Skip to content

Commit

Permalink
ci: fix pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
japsu committed Jul 28, 2024
1 parent f5035cf commit 1941756
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: docker/setup-buildx-action@v1
- id: build
run: |
python3 -m pip install -U pip setuptools wheel
python3 -m pip install emskaffolden
emskaffolden -E staging -- build --file-output build.json
echo "::set-output name=build_json::$(base64 -w 0 < build.json)"
Expand All @@ -49,6 +50,7 @@ jobs:
skaffold: '1.20.0'
- uses: docker/setup-buildx-action@v1
- run: |
python3 -m pip install -U pip setuptools wheel
python3 -m pip install emskaffolden
base64 -d <<< "${{ needs.build.outputs.build_json }}" > build.json
emskaffolden -E staging -- deploy -n conikuvat-staging -a build.json
Expand All @@ -68,6 +70,7 @@ jobs:
skaffold: '1.20.0'
- uses: docker/setup-buildx-action@v1
- run: |
python3 -m pip install -U pip setuptools wheel
python3 -m pip install emskaffolden
base64 -d <<< "${{ needs.build.outputs.build_json }}" > build.json
emskaffolden -E production -- deploy -n conikuvat-production -a build.json
Expand All @@ -87,6 +90,7 @@ jobs:
skaffold: '1.20.0'
- uses: docker/setup-buildx-action@v1
- run: |
python3 -m pip install -U pip setuptools wheel
python3 -m pip install emskaffolden
base64 -d <<< "${{ needs.build.outputs.build_json }}" > build.json
emskaffolden -E larppikuvat -- deploy -n larppikuvat -a build.json

0 comments on commit 1941756

Please sign in to comment.