Loading .gitlab-ci-bc-Go_Package.yml +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ Go Package:run: Go_Package_PACKAGE_NAME: "" services: - "docker:dind" image: "docker:latest" before_script: - "# Load dotenv from dependencies if present" - "if [ -f build.env ]; then set -a; . build.env; set +a; fi" Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,8 @@ variables: GIT_SUBMODULE_STRATEGY: none Docker Build and Push: stage: default # image: docker:latest # Unable to start with image, unable to run docker without image: docker:latest tags: - shared-fi-dind variables: Loading Loading
.gitlab-ci-bc-Go_Package.yml +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ Go Package:run: Go_Package_PACKAGE_NAME: "" services: - "docker:dind" image: "docker:latest" before_script: - "# Load dotenv from dependencies if present" - "if [ -f build.env ]; then set -a; . build.env; set +a; fi" Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,8 @@ variables: GIT_SUBMODULE_STRATEGY: none Docker Build and Push: stage: default # image: docker:latest # Unable to start with image, unable to run docker without image: docker:latest tags: - shared-fi-dind variables: Loading