We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c350a commit 5e747aeCopy full SHA for 5e747ae
1 file changed
.github/workflows/cicd.yml
@@ -70,7 +70,7 @@ jobs:
70
run: go mod download
71
72
- name: Build application
73
- run: make build && pwd && ls -la
+ run: make build && chmod +x ./wserver
74
75
- name: Log in to Docker Hub
76
uses: docker/login-action@v2
@@ -83,7 +83,7 @@ jobs:
83
chmod +x ./scripts/dne_download.sh
84
./scripts/dne_download.sh ${{ secrets.DNE_USERNAME }} ${{ secrets.DNE_PASSWORD }}
85
echo "Seeding DNE data..."
86
- MODE=seed ./wservice
+ MODE=seed ./wserver
87
rm -rf ./dne/
88
89
- name: Get version tag
0 commit comments