Skip to content

Commit

Permalink
Add set -x command
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed May 8, 2024
1 parent 0277fa1 commit 0fb6971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
run: |
pwd
ls
set +x
set -x;
./build-and-deploy.sh update-images
2 changes: 1 addition & 1 deletion tests/test-infrastructure/build-and-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

set -vx;
BASE_IMAGE_NAME=govtool
export GOVTOOL_TAG="$(git rev-parse HEAD)"
export PROJECT_NAME=govtool
Expand Down

0 comments on commit 0fb6971

Please sign in to comment.