Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Use consistent terminology on referencing gx
Browse files Browse the repository at this point in the history
Use lower case gx when referencing in build.

Use a more descriptive commit message
  • Loading branch information
masih committed Jul 20, 2021
1 parent 4632d78 commit 198d8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
git rm -r .circleci
git commit -m "disable CircleCI"
fi
- name: remove GX on initial deployment
- name: remove gx on initial deployment
if: ${{ env.INITIAL_TEST_DEPLOYMENT == 1 }}
run: |
cd $TARGET_REPO_DIR
if [[ -d .gx ]]; then
git rm -r .gx
git commit -m "disable GX"
git commit -m "remove .gx"
fi
- name: run go mod tidy
run: |
Expand Down

0 comments on commit 198d8e0

Please sign in to comment.