diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93f9a520df5a282b46e12f5dc66998fcb0fe407f..0f6daf2290ab1d488664a1b26a0f4cfaec3c9ee6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,10 @@ +preview: + stage: build + script: + - touch ./metadata.txt + artifacts: + paths: + - metadata.txt approve: @@ -5,6 +12,8 @@ approve: script: - env when: manual + needs: + - preview deploy-to-s3: