before_script: - rm -rf ./script-cicd-ps - git clone git@gitlab.com:eic-stopfires/common-cicd-scripts-ps.git script-cicd-ps stages: - build build: stage: build script: - echo "Build the app" - ./script-cicd-ps/increment.ps1 - ./build.ps1 - ./test.ps1 - ./tag.ps1 - ./release.ps1 after_script: - ./clean.ps1 artifacts: paths: - component.json