Skip to content

Commit

Permalink
ci: 🎡 remove unused travis steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Nov 17, 2020
1 parent d6e8cac commit 8c26b9b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ services:

jobs:
include:
- stage: "Tests, Linting and Formating"
script:
- npm run format
- npm run lint
- npm run test
- stage: "Build and Push Docker Image"
script:
- npm i
Expand All @@ -29,11 +24,9 @@ jobs:
- gcloud auth activate-service-account [email protected] --key-file=client-secret.json
- gcloud container clusters get-credentials jobspeed-production --zone europe-west2-a --project jobspeed
- sed -i "s/replace_with_git_tag/$TRAVIS_TAG/" .kubernetes/deployment.yaml
- sed -i "s/replace_with_client_secret/$CLIENT_SECRET/" .kubernetes/config-map.yaml
- kubectl apply -f .kubernetes/deployment.yaml

stages:
- name: Tests, Linting and Formating
- name: Build and Push Docker Image
if: tag IS present
- name: Deploy to Kubernetes
Expand Down

0 comments on commit 8c26b9b

Please sign in to comment.