Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cecile Cavet
test-ci
Commits
330cf250
Commit
330cf250
authored
Nov 21, 2018
by
Cecile Cavet
Browse files
Delete .gitlab-ci.yml
parent
d0d7c860
Pipeline
#19288
canceled with stages
in 17 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
55 deletions
+0
-55
.gitlab-ci.yml
.gitlab-ci.yml
+0
-55
No files found.
.gitlab-ci.yml
deleted
100644 → 0
View file @
d0d7c860
#image: python:alpine
image
:
centos:latest
## integrate k8s cluster
deploy to staging
:
# stage: deploy
script
:
-
yum install -y kubernetes-client
-
echo $KUBE_NAMESPACE
-
cat /builds/cavet/test-ci.tmp/KUBECONFIG
-
kubectl get all && kubectl get nodes
environment
:
name
:
staging/$CI_COMMIT_REF_NAME
url
:
$KUBE_URL
## push code on VM
#deploy_prod:
# #script: git push production HEAD:master
# script:
# - yum install -y openssh-clients
# - eval $(ssh-agent -s)
# - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
# - scp -o stricthostkeychecking=no -r test cavet@134.158.244.5:ldc_git
# only:
# - master
## pages working
#before_script:
# - pip install mkdocs
# Add your custom theme if not inside a theme_dir
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
# - pip install mkdocs-toto
#pages:
# stage: deploy
# script:
# - mkdocs build
# - mv site public
# artifacts:
# paths:
# - public
# only:
# - master
#pages:
# stage: deploy
# script:
# - mkdir .public
# - cp -r * .public
# - mv .public public
# artifacts:
# paths:
# - public
# only:
# - master
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