Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
remove set -x for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoester committed Sep 6, 2023
1 parent 3c8696d commit b47a25b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ jobs:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_KEY: ${{ secrets.DOCKER_HUB_KEY }}
run: |
set -x
cd docker
./docker-build-projector.sh
1 change: 0 additions & 1 deletion .github/workflows/publishManual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ jobs:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_KEY: ${{ secrets.DOCKER_HUB_KEY }}
run: |
set -x
cd docker
./docker-build-projector.sh

0 comments on commit b47a25b

Please sign in to comment.