Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7f52685a
Commit
7f52685a
authored
Jun 06, 2019
by
Grzegorz Bizon
Committed by
Kamil Trzciński
Jun 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove build policies from serverless app template
parent
48ca0ddf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
changelogs/unreleased/fix-gb-remove-serverless-app-build-policies-from-template.yml
...gb-remove-serverless-app-build-policies-from-template.yml
+5
-0
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
+0
-6
No files found.
changelogs/unreleased/fix-gb-remove-serverless-app-build-policies-from-template.yml
0 → 100644
View file @
7f52685a
---
title
:
Remove build policies from serverless app template
merge_request
:
29253
author
:
type
:
fixed
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
View file @
7f52685a
...
...
@@ -14,9 +14,6 @@ stages:
image
:
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
only
:
refs
:
-
master
script
:
-
echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
-
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/$DOCKERFILE --destination $CI_REGISTRY_IMAGE
...
...
@@ -24,9 +21,6 @@ stages:
.serverless:deploy:image:
stage
:
deploy
image
:
gcr.io/triggermesh/tm@sha256:e3ee74db94d215bd297738d93577481f3e4db38013326c90d57f873df7ab41d5
only
:
refs
:
-
master
environment
:
development
script
:
-
echo "$CI_REGISTRY_IMAGE"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment