https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-6-x86_64/pgdg-redhat11-11-2.noarch.rpm
https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-7-x86_64/pgdg-centos94-9.4-3.noarch.rpm
$ git tag
v1.0.73
v1.0.74
v1.0.75
v1.0.76
v1.0.77
v1.0.78
$ echo $CI_COMMIT_TAG
$ echo $CI_COMMIT_REF_NAME
master
$ echo $CI_COMMIT_REF_SLUG
master
git reset --hard $(git describe --abbrev=0 --tags)
script:
- git checkout master
- git pull
- git tag
- echo $CI_COMMIT_TAG
- echo $CI_COMMIT_REF_NAME
- echo $CI_COMMIT_REF_SLUG
git tag
v1.0.76
v1.0.77
$ echo $CI_COMMIT_TAG
$ echo $CI_COMMIT_REF_NAME
master
$ echo $CI_COMMIT_REF_SLUG
master
./1.sh
./1.sh | jq
parse error: Expected another array element at line 18, column 2