Skip to content

Commit

Permalink
refactor: Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jan 29, 2022
1 parent 9b2d50a commit 627dae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: "${{ github.repository }}"
PYTHON_VERSION: "3.9"
IMAGE_NAME: "{{IMAGE_NAME}}"

jobs:
release:
Expand All @@ -30,7 +29,7 @@ jobs:
- name: Prepare Python
uses: actions/setup-python@v2
with:
python-version: "${{ env.PYTHON_VERSION }}"
python-version: "{{PYTHON_VERSION}}"
architecture: "x64"

- name: Prepare Pipenv
Expand Down
3 changes: 1 addition & 2 deletions pipelines/python-release-on-tag/.github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

env:
KEEP_CLUSTER: yes # speed up by not deleting the Kubernetes cluster at beginning of tests. As the cluster is created in a Github Action before
PYTHON_VERSION: "3.9"

jobs:
test:
Expand All @@ -28,7 +27,7 @@ jobs:
- name: Prepare Python
uses: actions/setup-python@v2
with:
python-version: "${{ env.PYTHON_VERSION }}"
python-version: "{{PYTHON_VERSION}}"
architecture: "x64"

- name: Prepare Pipenv
Expand Down

0 comments on commit 627dae4

Please sign in to comment.