Skip to content

Commit cce2d45

Browse files
committed
update
1 parent eb41d4e commit cce2d45

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stack-service-base (0.0.86)
4+
stack-service-base (0.0.88)
55
async
66
debug
77
dotenv

lib/stack-service-base/project_template/gitlab-c/docker/local_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CI_PROJECT_NAME=${service_name}
22
export CI_PIPELINE_ID=local
33
export CI_PIPELINE_IID=0
44
export CI_REGISTRY_HOST=localhost
5+
export CI_SKIP_PUSH=true
56

67
# -v /root/.docker:/root/.docker \
78
docker run --rm --env-file <(env | grep ^CI_) \

lib/stack-service-base/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StackServiceBase
2-
VERSION = '0.0.87'
2+
VERSION = '0.0.88'
33
end

0 commit comments

Comments
 (0)