Skip to content

Commit

Permalink
build/entrypoint.sh: chmod fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Oct 23, 2024
1 parent 7e577e1 commit 2e2814d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: test image
run: |
docker run -d --name "$RANCHER_NAMESPACE" -v `pwd`/tests/config.yaml:/var/www/html/config.yaml -p 8080:80 "acdhch/$RANCHER_NAMESPACE:latest"
sleep 3
sleep 1
curl -f -i 'http://127.0.0.1:8080/?id=https%3A%2F%2Fhdl.handle.net%2F21.11115%2F0000-000E-5942-4'
- name: authorize against docker hub
uses: docker/login-action@v3
Expand Down
Empty file modified build/entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit 2e2814d

Please sign in to comment.