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