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 a3b7ed6 commit de2fd53Copy full SHA for de2fd53
.github/workflows/build.yaml
@@ -18,7 +18,6 @@ jobs:
18
- uses: actions/checkout@v2
19
- name: Set commit SHA
20
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
21
-
22
- name: Build the stack
23
run: docker-compose -f docker-compose.build.yml -env example.env build
24
0 commit comments