We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc9765 commit da9d2aaCopy full SHA for da9d2aa
.github/workflows/build_test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Watod Environment
27
run: |
28
MODULES_DIR="$GITHUB_WORKSPACE/modules"
29
- . ./watod_scripts/watod-setup-env.sh
+ . ./watod_scripts/watod-setup-docker-env.sh
30
shell: bash
31
32
- name: Generate Docker Environment
0 commit comments