We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c6130 commit b842cfeCopy full SHA for b842cfe
.github/workflows/build-and-deploy-test-stack.yml
@@ -87,10 +87,6 @@ jobs:
87
IPFS_PROJECT_ID=${{ secrets.IPFS_PROJECT_ID }}
88
EOF
89
90
- # Source the .env file
91
- echo "Sourcing .env file..."
92
- source "$ENV_FILE"
93
-
94
# Execute the build-and-deploy.sh script
95
./build-and-deploy.sh update-images
96
yes | docker system prune -f || echo "Ignoring system prune error"
tests/test-infrastructure/build-and-deploy.sh
@@ -11,6 +11,7 @@ export GOVTOOL_TAG
11
12
. ./scripts/deploy-stack.sh
13
14
+load_env
15
check_env
16
17
# Build images
0 commit comments