Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Jupp committed Sep 27, 2018
1 parent e631fa9 commit c115988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ontology-build:
- "apk add --update make"
- "apk add --update curl"
- "cd src/ontology ; ./get_mirrors.sh"
- "curl https://raw.githubusercontent.com/EBISPOT/efo/master/src/ontology/efo-edit.owl > efo-edit.owl"
- "make all_imports"
- "make"
- "cp build/efo.owl ../../efo.owl"
Expand Down Expand Up @@ -48,6 +49,6 @@ k8s-deploy:
- gcloud auth activate-service-account --key-file key.json
- gcloud config set compute/zone europe-west1
- gcloud config set project efo3-ols
# - gcloud config set container/use_client_certificate True
- gcloud container clusters get-credentials efo3-ols
- kubectl delete --ignore-not-found=true deployment efo3-ols
- kubectl apply -f deployment.yml

0 comments on commit c115988

Please sign in to comment.