Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 225ef5a

Browse files
committed
Downgrade Ubuntu to 20.04 in "deploy" CI jobs
1 parent 2102fb6 commit 225ef5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.factory/automation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ build:
189189
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
190190
bazel test //tests/integration:test_cluster_failover --test_output=errors
191191
deploy-pip-snapshot:
192-
image: vaticle-ubuntu-22.04
192+
image: vaticle-ubuntu-20.04
193193
dependencies: [
194194
build,
195195
test-behaviour-connection-core,
@@ -254,7 +254,7 @@ release:
254254
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
255255
bazel run --define version=$(cat VERSION) //:deploy-github -- $GRABL_COMMIT
256256
deploy-pip-release:
257-
image: vaticle-ubuntu-22.04
257+
image: vaticle-ubuntu-20.04
258258
command: |
259259
export PATH="$HOME/.local/bin:$PATH"
260260
sudo apt install python3-pip -y

0 commit comments

Comments
 (0)