Skip to content

Commit

Permalink
Don't fail on missing c2cciutils-env (2.7, 2.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 14, 2024
1 parent 8fefe96 commit da9c05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: '3.11'
- run: python3 -m pip install --requirement=ci/requirements.txt
- name: Environment information
run: c2cciutils-env
run: c2cciutils-env || true

- run: touch env.secrets
- run: sed -i '/^DOCKER_TAG=/d' env.project
Expand Down

0 comments on commit da9c05a

Please sign in to comment.