Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nfs-image
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker images
nfs-image
Commits
734979cd
Commit
734979cd
authored
2 years ago
by
Andri Joos
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci_cleanup'
parents
19d983ac
150b68d2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-6
3 additions, 6 deletions
.gitlab-ci.yml
with
3 additions
and
6 deletions
.gitlab-ci.yml
+
3
−
6
View file @
734979cd
...
...
@@ -4,12 +4,6 @@ stages:
-
deploy
-
configure
before_script
:
-
echo "Starting"
after_script
:
-
echo "Finished"
variables
:
DEPLOY_PATH
:
deploy
...
...
@@ -113,6 +107,7 @@ variables:
-
$CHANGE_CONTEXT_TEST_FILENAME
-
$PROD_KUBECONFIG
-
$TEST_KUBECONFIG
expire_in
:
1 day
allow_failure
:
false
script
:
# - ls /config/.ssh/authorized_keys
...
...
@@ -235,6 +230,7 @@ prepare_ssh_scripts:
paths
:
-
$SSH_SOURCE_CONFIG_FILENAME
-
$SSH_PREPARE_SSH_CONNECTION_FILENAME
expire_in
:
1 day
script
:
# on real k3s config must be copied and edited wit correct url
-
cp $SSH_SOURCE_CONFIG_PATH $SSH_SOURCE_CONFIG_FILENAME
...
...
@@ -323,6 +319,7 @@ prepare_scripts:
image
:
$PYTHON_IMAGE
allow_failure
:
false
artifacts
:
expire_in
:
1 week
paths
:
-
prod_ingress_config.yaml
-
test_ingress_config.yaml
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment