diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51ee35fabb1cb4a7df65b43624dd1c2e20f48439..f8b5ad23a74789d76dd0bd1566f7e865251f87de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,13 +57,13 @@ editVersionAndDeploy: - git config --global user.name "KYPO CI" && git config --global user.email "kyposervice@ics.muni.cz" # sed -i -e 's/ "version":.*/ "version": "'$VERSION'",/' projects/user-and-group-management/package.json' # The command above is not a friend with YAML. Run it in a script as a workaround. - - bash /usr/local/changeVersion.sh $VERSION kypo2-angular-topology-model + - bash /usr/local/changeVersion.sh $VERSION kypo2-topology-graph-model - git commit -am "Update project package.json version based on GitLab tag. Done by CI" && sleep 1 - git push - sleep 5 - cp $NPMRC_PULL ~/.npmrc - 'npm run build-and-pack' - cp $NPMRC_PUSH ~/.npmrc - - 'cd dist/kypo2-angular-topology-model && npm publish' + - 'cd dist/kypo2-topology-graph-model && npm publish' only: - tags