Skip to content

Commit

Permalink
ci release: new propel-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
solarw committed Feb 2, 2024
1 parent 8f58c9f commit 5dc7fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 69 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
echo "Pushing $DOCKER_USER/oar-$AGENT:$DEFAULT_IMAGE_TAG"
docker push $DOCKER_USER/oar-$AGENT:$VERSION
docker push $DOCKER_USER/oar-$AGENT:$DEFAULT_IMAGE_TAG
1
deploy-service-on-propel:
name: Deploy service on propel
environment: ${{ github.event.action == 'released' && 'production' || 'staging' }}
Expand All @@ -117,7 +117,7 @@ jobs:
sudo apt-get autoremove
sudo apt-get autoclean
python -m pip install --upgrade pip
pip install propel-client==0.0.10 open-autonomy
pip install propel-client==0.0.12 open-autonomy
- name: Make use proxy instead of actual nlb by dns override
run: |
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/test_release.yaml

This file was deleted.

0 comments on commit 5dc7fbb

Please sign in to comment.