Slide 20
Slide 20 text
# ଓ͖
# λάͷpushͩͬͨ߹ɺϦϦʔε༰Λڧ੍తʹॻ͖͑Δ
if ! [[ "" == "$TRAVIS_TAG" ]]; then
# tagΛআ
git push --force --quiet \
"https://${GH_TOKEN}@${GH_REF}" “:$TRAVIS_TAG” \
> /dev/null 2>&1
# վΊͯtagΛpush
git tag "$TRAVIS_TAG"
git push --force --quiet --tag \
"https://${GH_TOKEN}@${GH_REF}" “$option" \
> /dev/null 2>&1 # Τϥʔ࣌ʹGH_TOKEN͕ग़ྗ͞Εͳ͍Α͏ʹ͢Δ
fi
σϓϩΠ༻γΣϧεΫϦϓτ