Skip to content

Commit

Permalink
Merge pull request #107 from glencoden/develop
Browse files Browse the repository at this point in the history
fix bertabot router no-cache flag
  • Loading branch information
glencoden authored Jan 22, 2024
2 parents 99ea756 + c511075 commit 281f1d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion contexts/berta-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:16

# This is set to disable caching after this line when there are new commits (./scripts/validate-cache.sh)
ARG COMMIT_HASH=247ed909762006cdb87bff280aa028ce6a0ad1cf
ARG COMMIT_HASH=2bd3a1dd023e59fc4804ecb7de250d96841e49f9

WORKDIR /usr/src/app

Expand Down
5 changes: 0 additions & 5 deletions http/tests/looney-api.http
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,4 @@ Accept: application/json
GET {{host_looney_api}}/repertoire/backup
Accept: application/json

###

GET {{host_looney_api}}/live/qr_code
Accept: application/json

###
2 changes: 1 addition & 1 deletion http/tests/looney-clients.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GET {{host_looney_tool}}}
GET {{host_looney_tool}}
Accept: application/json

###
Expand Down

0 comments on commit 281f1d9

Please sign in to comment.