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

add _axii_auto_env_refresh, deactivate docker create for testing

parent 412cc842
No related branches found
No related tags found
No related merge requests found
......@@ -110,8 +110,8 @@ docker-bionic:
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/docker/bionic"
--destination "${CI_REGISTRY_IMAGE}:latest-bionic"
# rules:
# - if: $CI_COMMIT_BRANCH == "master"
rules:
- if: $CI_COMMIT_BRANCH != "ci"
armarx-core:
......@@ -134,6 +134,7 @@ armarx-core:
before_script:
- source ~/.bashrc
- source /axii/scripts/install_axii.sh
- _axii_auto_env_refresh
script:
- echo "ArmarX Workspace = '$ARMARX_WORKSPACE'"
......@@ -147,11 +148,6 @@ armarx-core:
- echo "ArmarX Workspace = '$ARMARX_WORKSPACE'"
- printenv
- axii workspace create "$HOME/docker-test" docker-test
- axii workspace activate docker-test # No effect
- echo "ArmarX Workspace = '$ARMARX_WORKSPACE'"
- printenv
- axii workspace list-modules
- axii workspace list-modules --deps
- axii workspace info
......@@ -161,7 +157,7 @@ armarx-core:
test-docker-image-ci:
stage: post-deploy-test
needs: ["docker-bionic"]
# needs: ["docker-bionic"]
extends: .test-docker-image-common
image: git.h2t.iar.kit.edu:5050/sw/simox/simox:latest-bionic
......
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