Skip to content
Snippets Groups Projects
Commit 97dc3699 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

swap config to right task

parent bb3f09a7
Branches
Tags
1 merge request!2Datacat integration
Pipeline #87958 passed
...@@ -16,8 +16,6 @@ test: ...@@ -16,8 +16,6 @@ test:
image: image:
name: apache/airflow:2.1.3 name: apache/airflow:2.1.3
entrypoint: [""] entrypoint: [""]
tags:
- laptop
before_script: before_script:
- echo "DEBUG:" - echo "DEBUG:"
- pip --version - pip --version
...@@ -37,8 +35,12 @@ test: ...@@ -37,8 +35,12 @@ test:
build-custom-image: build-custom-image:
stage: build stage: build
image: docker:latest image: docker:latest
tags:
- laptop
services: services:
- docker:dind - docker:dind
when:
- manual
variables: variables:
IMAGE_COMMIT_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:$CI_COMMIT_SHORT_SHA IMAGE_COMMIT_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:$CI_COMMIT_SHORT_SHA
IMAGE_LATEST_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:latest IMAGE_LATEST_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment