Skip to content

Commit

Permalink
Merge pull request #128 from fiaas/fix-sem-publish
Browse files Browse the repository at this point in the history
Fix Semaphore Publish flow to publish new k8s releases
  • Loading branch information
tg90nor authored Jan 15, 2024
2 parents 5f39b8f + 0970d28 commit 9fb405d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .semaphore/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Publish k8s library
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
os_image: ubuntu2004
blocks:
- name: Publish
task:
Expand All @@ -30,11 +30,12 @@ blocks:
value: .pip_cache
prologue:
commands:
- sem-version python 3.9
- export PATH="${HOME}/.local/bin":"${PATH}"
- checkout
- mkdir "${PIP_CACHE_DIR}"
- cache restore "setup-${SEMAPHORE_GIT_BRANCH}-$(checksum setup.py)","setup-${SEMAPHORE_GIT_BRANCH}",setup-master
- pip install --user publish
- pip install publish
jobs:
- name: Publish
commands:
Expand Down

0 comments on commit 9fb405d

Please sign in to comment.