Commit 9fde5163 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'configurable-tbc-namespace' into 'master'

Configurable TBC namespace

See merge request to-be-continuous/tools/aws-auth-provider!15
parents d00a1ea0 492b89b7
Loading
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
include:
  - project: "to-be-continuous/docker"
  # $TBC_NAMESPACE is a group variable; can be globally overridden
  - project: "$TBC_NAMESPACE/docker"
    ref: "5.6"
    file: "templates/gitlab-ci-docker.yml"
  - project: 'to-be-continuous/python'
    ref: '6.5'
    file: '/templates/gitlab-ci-python.yml'
  - project: "$TBC_NAMESPACE/python"
    ref: "6.5"
    file: "/templates/gitlab-ci-python.yml"

stages:
  - build
@@ -64,7 +65,7 @@ variables:

.test-base:
  image: "registry.hub.docker.com/badouralix/curl-jq"
  stage: acceptance
  stage: package-test
  services:
    - name: "$DOCKER_SNAPSHOT_IMAGE"
      alias: "aws-auth-provider"