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
ca7a9351
Commit
ca7a9351
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
Fix typo in a changelog description
[ci skip]
parent
5b77fa8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
changelogs/unreleased/feature-gb-use-gitlabktl-to-build-serverless-applications.yml
...ure-gb-use-gitlabktl-to-build-serverless-applications.yml
+5
-0
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
+2
-8
No files found.
changelogs/unreleased/feature-gb-use-gitlabktl-to-build-serverless-applications.yml
0 → 100644
View file @
ca7a9351
---
title
:
Use to 'gitlabktl' build serverless applications
merge_request
:
29258
author
:
type
:
added
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
View file @
ca7a9351
...
...
@@ -8,15 +8,9 @@ stages:
-
deploy
.serverless:build:image:
variables
:
DOCKERFILE
:
"
Dockerfile"
stage
:
build
image
:
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
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
image
:
registry.gitlab.com/gitlab-org/gitlabktl:latest
script
:
/usr/bin/gitlabktl app build
.serverless:deploy:image:
stage
:
deploy
...
...
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