Skip to content
Snippets Groups Projects
Commit 576545e2 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add deploy step

parent 573e49e7
No related branches found
No related tags found
No related merge requests found
stages:
- build-and-test
- documentation
- deploy
- downstream
......@@ -94,6 +94,22 @@ build-and-test-jammy:
image: git.h2t.iar.kit.edu:5050/sw/armarx/meta/axii:latest-jammy
docker-bionic:
stage: deploy
# needs: ["build-and-test-bionic"]
image:
name: gcr.io/kaniko-project/executor:v1.9.0-debug
entrypoint: [""]
script:
- /kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/docker/bionic"
--destination "${CI_REGISTRY_IMAGE}:latest"
# rules:
# - if: $CI_COMMIT_BRANCH == "master"
armarx-core:
stage: downstream
......
......@@ -23,4 +23,6 @@ COPY docker/armarx-workspace.json $ARMARX_WORKSPACE/armarx-workspace.json
# Run the upgrade.
RUN axii workspace system --accept-apt-install
# ToDo: Prevent this from updating Simox itself.
RUN axii workspace update --prefer-https
RUN axii workspace upgrade
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment