Add node- and npm-version output to test stage
This commit is contained in:
parent
c972a5982e
commit
ce60b815c9
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ test:
|
|||
stage: test
|
||||
image: "$CI_REGISTRY_IMAGE:job-$CI_PIPELINE_ID"
|
||||
script:
|
||||
- node --version
|
||||
- npm --version
|
||||
- python --version
|
||||
- nikola --version
|
||||
- pip --version
|
||||
|
|
@ -38,6 +40,7 @@ deploy:
|
|||
script:
|
||||
- docker pull $CI_REGISTRY_IMAGE:job-$CI_PIPELINE_ID
|
||||
- docker tag $CI_REGISTRY_IMAGE:job-$CI_PIPELINE_ID $CI_REGISTRY_IMAGE:${CI_COMMIT_REF_SLUG:-latest}
|
||||
- echo "deploying $CI_REGISTRY_IMAGE:${CI_COMMIT_REF_SLUG:-latest}"
|
||||
- docker push $CI_REGISTRY_IMAGE:${CI_COMMIT_REF_SLUG:-latest}
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue