Loading .gitlab-ci.yml +8 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ stages: .Debug Build Environment: stage: debug image: quay.io/buildah/stable:latest tags: - perses script: - env | sort | nl || true except: Loading @@ -17,6 +19,8 @@ stages: Build Golang Development Docker Image: stage: build image: quay.io/buildah/stable:latest tags: - perses before_script: - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY script: Loading @@ -35,6 +39,8 @@ Build Golang Development Docker Image: Build TypeScript Development Docker Image: stage: build image: quay.io/buildah/stable:latest tags: - perses before_script: - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY script: Loading @@ -53,6 +59,8 @@ Build TypeScript Development Docker Image: Build Angular Development Docker Image: stage: build image: quay.io/buildah/stable:latest tags: - perses before_script: - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY script: Loading Loading
.gitlab-ci.yml +8 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ stages: .Debug Build Environment: stage: debug image: quay.io/buildah/stable:latest tags: - perses script: - env | sort | nl || true except: Loading @@ -17,6 +19,8 @@ stages: Build Golang Development Docker Image: stage: build image: quay.io/buildah/stable:latest tags: - perses before_script: - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY script: Loading @@ -35,6 +39,8 @@ Build Golang Development Docker Image: Build TypeScript Development Docker Image: stage: build image: quay.io/buildah/stable:latest tags: - perses before_script: - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY script: Loading @@ -53,6 +59,8 @@ Build TypeScript Development Docker Image: Build Angular Development Docker Image: stage: build image: quay.io/buildah/stable:latest tags: - perses before_script: - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY script: Loading