mirror of
https://git.yrzr.tk/docker/gitlab-ce-arm64.git
synced 2024-11-22 07:08:12 +08:00
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/bash
|
|
|
|
IFS='.' read -ra NUMS <<< ${CI_COMMIT_TAG}
|
|
echo "${NUMS[0]}-${NUMS[1]}-stable" > branch_name
|