01/01: Don't do apt update
This is an automated email from the git hooks/post-receive script. New commit to branch release/3.3.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 65069a1df983f8f0b370bdfb6fe4f325cb8e3d8b Author: Jean Couteau <couteau@codelutin.com> Date: Thu Mar 26 08:57:53 2020 +0100 Don't do apt update --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e87ff12b..bd17d6ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,6 @@ release: - mkdir -p $OLD_DIR/target - cp pollen-rest-api/target/*.war $OLD_DIR/target/${CI_PROJECT_NAME}-$VERSION-api.war - echo "NodeJs release for $VERSION " - - sudo apt update - sudo apt install nodejs npm - cd pollen-ui-riot-js - npm install -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm