mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
chore: chmod +x update_version.sh (#4413)
This commit is contained in:
4
.github/workflows/ci-main.yml
vendored
4
.github/workflows/ci-main.yml
vendored
@ -47,9 +47,9 @@ jobs:
|
||||
# Service containers to run with `code-test`
|
||||
services:
|
||||
# Etcd service.
|
||||
# docker run -d --name etcd -p 2379:2379 -e ALLOW_NONE_AUTHENTICATION=yes bitnami/etcd:3.4.24
|
||||
# docker run -d --name etcd -p 2379:2379 -e ALLOW_NONE_AUTHENTICATION=yes bitnamilegacy/etcd:3.4.24
|
||||
etcd:
|
||||
image: bitnami/etcd:3.4.24
|
||||
image: bitnamilegacy/etcd:3.4.24
|
||||
env:
|
||||
ALLOW_NONE_AUTHENTICATION: yes
|
||||
ports:
|
||||
|
||||
2
.github/workflows/scripts/update_version.sh
vendored
Normal file → Executable file
2
.github/workflows/scripts/update_version.sh
vendored
Normal file → Executable file
@ -47,4 +47,4 @@ if [ -f "go.work.${newVersion}" ]; then
|
||||
# File exists, rename it back
|
||||
mv go.work.${newVersion} go.work
|
||||
echo "Restore go.work file"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user