Skip to content

Commit

Permalink
CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidferlay committed May 23, 2024
1 parent 59259de commit df54314
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Commands
run: |
Expand All @@ -25,9 +27,10 @@ jobs:
whoami
make deps build
ls -lah bin/launchr
#get random commit of existing archive
#use it as override to sync
./bin/launchr bump --sync --username "${ARTIFACTS_REPOSITORY_USERNAME}" --password "${ARTIFACTS_REPOSITORY_PASSWORD}" --vault-pass "${ANSIBLE_VAULT_PW}" --keyring-passphrase "${PLASMACTL_KEYRING_PASSWORD}" --override "${OVERRIDDEN_COMPARISON_REF}"
mkdir -p .compose/build/
mkdir -p .compose/artifacts/
tar -czf .compose/artifacts/plasmactl-bump-xxx-plasma-src.tar.gz --exclude=plasmactl-bump-xxx-plasma-src.tar.gz .
./bin/launchr bump --sync --username "xxx" --password "xxx" --vault-pass "xxx" --keyring-passphrase "xxx" --override "xxx"
commands-ok:
name: Ensure main commands do not fail
Expand Down

0 comments on commit df54314

Please sign in to comment.