Testing
This commit is contained in:
@@ -15,7 +15,7 @@ build-base:
|
|||||||
stage: Base
|
stage: Base
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ${CI_BUILDS_DIR}
|
- ${CI_PROJECT_DIR}
|
||||||
except:
|
except:
|
||||||
- pushes
|
- pushes
|
||||||
before_script:
|
before_script:
|
||||||
@@ -26,6 +26,7 @@ build-base:
|
|||||||
- docker push "$CI_REGISTRY_IMAGE:$GRAV_VERSION"
|
- docker push "$CI_REGISTRY_IMAGE:$GRAV_VERSION"
|
||||||
- docker image ls
|
- docker image ls
|
||||||
- find . -type f
|
- find . -type f
|
||||||
|
- find ${CI_PROJECT_DIR} -type f
|
||||||
|
|
||||||
build-git:
|
build-git:
|
||||||
stage: Extra-Git
|
stage: Extra-Git
|
||||||
|
|||||||
Reference in New Issue
Block a user