Skip to content

Commit

Permalink
[#82] Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
juampynr committed Jul 5, 2022
1 parent 2e173ee commit 531a7d8
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Copy application binary and run it
run: |
cp drupal9ci drupal/
cp drupal9ci drupal
cd drupal
# We can't test interactive mode here so we pass a CI provider.
./drupal9ci Bitbucket
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
release_tag: ${{ GITHUB_SHA }}
release_tag: ${{ env.GITHUB_SHA }}

publish-docker-image:
name: Publish Docker image
Expand Down

0 comments on commit 531a7d8

Please sign in to comment.