Tag Release
Passed Started
by
@deployment

GitLab CI
This job is archived. Only the complete pipeline can be retried.
1Running with gitlab-runner 17.9.0 (c4cbe9dd)2 on Runner bsweb1 for composer group y2q8N2Dv, system ID: s_f50f9ba47bf84Using Docker executor with image registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1 ...5Authenticating with credentials from $DOCKER_AUTH_CONFIG6Pulling docker image registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1 ...7Using docker image sha256:dad892823079a687b41f10d276e95586686f18d12f80f871752ff323631164b4 for registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1 with digest registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1@sha256:60e5c0b09c1a9224a684a208b52e9a3292fd0b0048a245a6ddb3f24fc6ace2a7 ...9Running on runner-y2q8n2dv-project-592-concurrent-0 via bslog1...11Fetching changes with git depth set to 20...12Reinitialized existing Git repository in /builds/composer/plugin/drupal-10-scaffold/.git/13Checking out 4a60e586 as detached HEAD (ref is main)...14Skipping Git submodules setup16Using docker image sha256:dad892823079a687b41f10d276e95586686f18d12f80f871752ff323631164b4 for registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1 with digest registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.1@sha256:60e5c0b09c1a9224a684a208b52e9a3292fd0b0048a245a6ddb3f24fc6ace2a7 ...17$ if [[ "x$(command -v ssh-agent)" != "x" && -n $SSH_PRIVATE_KEY ]]; then eval $(ssh-agent -s); fi18Agent pid 2519$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null; fi20Identity added: (stdin) ((stdin))21$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then mkdir -p ~/.ssh; fi22$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then chmod 700 ~/.ssh; fi23$ if [[ "x$(command -v ssh-keyscan)" != "x" && -n $SSH_PRIVATE_KEY ]]; then ssh-keyscan ${CI_SERVER_HOST} >> ~/.ssh/known_hosts; fi24# gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.1225# gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.1226# gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.1227# gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.1228# gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.1229$ if [[ "x$(command -v ssh-keyscan)" != "x" && -n $SSH_PRIVATE_KEY ]]; then chmod 644 ~/.ssh/known_hosts; fi30$ if [[ "x$(command -v ssh)" != "x" && -n $SSH_PRIVATE_KEY ]]; then ssh git@${CI_SERVER_HOST}; fi31Pseudo-terminal will not be allocated because stdin is not a terminal.32Welcome to GitLab, @deployment!33$ if [[ "x$(command -v glab)" != "x" && -n $GITLAB_ACCESS_TOKEN ]]; then glab auth login --hostname ${CI_SERVER_HOST} --token $GITLAB_ACCESS_TOKEN; fi34WARNING: One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. If you don't want to use it for glab, unset it.35A new version of glab has been released: v1.50.0 -> v1.53.037$ if [[ "x$(command -v glab)" != "x" && -n $GITLAB_PRIVATE_TOKEN ]]; then glab auth login --hostname ${CI_SERVER_HOST} --token $GITLAB_PRIVATE_TOKEN; fi38$ if [[ -n $GITLAB_ACCESS_TOKEN && -f composer.json ]]; then composer config -g --no-plugins --no-interaction gitlab-token.${CI_SERVER_HOST} $GITLAB_ACCESS_TOKEN; fi39$ if [[ -n $GITLAB_PRIVATE_TOKEN && -f composer.json ]]; then composer config -g --no-plugins --no-interaction gitlab-token.${CI_SERVER_HOST} $GITLAB_PRIVATE_TOKEN; fi40$ if [[ -n $DOCKER_AUTH_CONFIG ]]; then mkdir -p ~/.docker; echo $DOCKER_AUTH_CONFIG > ~/.docker/config.json; fi41$ git remote rm origin42$ git remote add origin git@${CI_SERVER_HOST}:$CI_PROJECT_PATH.git43$ git fetch44From gitlab.lakedrops.com:composer/plugin/drupal-10-scaffold45 * [new branch] develop -> origin/develop46 * [new branch] feature/d103 -> origin/feature/d10347 * [new branch] main -> origin/main48$ git fetch --tags49$ git checkout main50Previous HEAD position was 4a60e58 Merge branch 'develop' into 'main'51Switched to branch 'main'52$ git branch --set-upstream-to=origin/main main53Branch 'main' set up to track remote branch 'main' from 'origin'.54$ git fetch55$ git fetch --tags56$ git pull57Updating ee66836..4a60e5858Fast-forward59 composer.json | 1 +60 1 file changed, 1 insertion(+)61$ git pull --tags62Already up to date.63$ ARGS=""64$ if [[ "$CI_COMMIT_MESSAGE" == *"[MINOR_VERSION]"* ]]; then ARGS="--minor"; fi65$ if [[ "$CI_COMMIT_MESSAGE" == *"[MAJOR_VERSION]"* ]]; then ARGS="--major"; fi66$ NEWTAG=$(gen-semver ${ARGS})67$ echo "New version ${NEWTAG}"68New version 1.0.2669$ curl --fail --retry 2 -s -H "$PRIVHEADER" --data "tag_name=$NEWTAG" --data "ref=main" $TAGURL70{"name":"1.0.26","message":"","target":"4a60e586938d4358c3687dc6e6027ca272390eac","commit":{"id":"4a60e586938d4358c3687dc6e6027ca272390eac","short_id":"4a60e586","created_at":"2025-02-26T12:27:13.000+00:00","parent_ids":["ee66836f53d62949d99634e78cec08c1666ba9b9","18aa67cea87e0f09f7249cd7b52edef57db04644"],"title":"Merge branch 'develop' into 'main'","message":"Merge branch 'develop' into 'main'\n\nMerging develop into main\n\nSee merge request composer/plugin/drupal-10-scaffold!27","author_name":"GitLab CI","author_email":"admin@lakedrops.com","authored_date":"2025-02-26T12:27:13.000+00:00","committer_name":"GitLab CI","committer_email":"admin@lakedrops.com","committed_date":"2025-02-26T12:27:13.000+00:00","trailers":{},"extended_trailers":{},"web_url":"https://gitlab.lakedrops.com/composer/plugin/drupal-10-scaffold/-/commit/4a60e586938d4358c3687dc6e6027ca272390eac"},"protected":false,"created_at":null}72Job succeeded