From 00ce9693e20b00925610687eb76aa7cbfc4c14db Mon Sep 17 00:00:00 2001 From: bclayton-usgs <bclayton@usgs.gov> Date: Fri, 30 Oct 2020 10:52:46 -0600 Subject: [PATCH] update build and pipeline --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb5bf6d0c..3f71dd940 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -128,9 +128,8 @@ Build WS Image: extends: - .docker-build before_script: - - ls - mv Dockerfile haz.Dockerfile - - mv Dockerfile ws.Dockerfile Dockerfile + - mv ws.Dockerfile Dockerfile - *adjust-ref - apk add git variables: -- GitLab