We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb41d4e commit cce2d45Copy full SHA for cce2d45
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- stack-service-base (0.0.86)
+ stack-service-base (0.0.88)
5
async
6
debug
7
dotenv
lib/stack-service-base/project_template/gitlab-c/docker/local_build.sh
@@ -2,6 +2,7 @@ CI_PROJECT_NAME=${service_name}
export CI_PIPELINE_ID=local
export CI_PIPELINE_IID=0
export CI_REGISTRY_HOST=localhost
+export CI_SKIP_PUSH=true
# -v /root/.docker:/root/.docker \
8
docker run --rm --env-file <(env | grep ^CI_) \
lib/stack-service-base/version.rb
@@ -1,3 +1,3 @@
module StackServiceBase
- VERSION = '0.0.87'
+ VERSION = '0.0.88'
end
0 commit comments