Skip to content
Snippets Groups Projects
Commit dcb0f3ce authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: image name

parent ea9429cd
No related branches found
No related tags found
1 merge request!4F unittest pipe
Pipeline #59964 failed
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
variables: variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/linkahead-python-package-template/testenv:$CI_COMMIT_REF_NAME CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/linkahead-loan/testenv:$CI_COMMIT_REF_NAME
CI_REGISTRY_IMAGE_BASE: $CI_REGISTRY/caosdb/src/caosdb-pyinttest/base:latest
stages: stages:
- info - info
...@@ -32,7 +31,6 @@ stages: ...@@ -32,7 +31,6 @@ stages:
.env: &env .env: &env
- echo "Pipeline triggered by $TRIGGERED_BY_REPO@$TRIGGERED_BY_REF ($TRIGGERED_BY_HASH)" - echo "Pipeline triggered by $TRIGGERED_BY_REPO@$TRIGGERED_BY_REF ($TRIGGERED_BY_HASH)"
- echo "CI_REGISTRY_IMAGE_BASE = $CI_REGISTRY_IMAGE_BASE"
- echo "CI_REGISTRY_IMAGE = $CI_REGISTRY_IMAGE" - echo "CI_REGISTRY_IMAGE = $CI_REGISTRY_IMAGE"
- echo "CAOSDB_TAG = $CAOSDB_TAG" - echo "CAOSDB_TAG = $CAOSDB_TAG"
- echo "REFTAG = $REFTAG" - echo "REFTAG = $REFTAG"
......
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