Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Removes dysfunctional cloud build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
philiphand committed Mar 1, 2021
1 parent 17186b4 commit e8f8d24
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

# testing
/coverage
/cypress/screenshots

# production
/build
Expand Down
5 changes: 0 additions & 5 deletions ci-test.sh

This file was deleted.

8 changes: 0 additions & 8 deletions cloud.build.yml

This file was deleted.

7 changes: 0 additions & 7 deletions cloud.dev.deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
steps:
- name: 'ubuntu'
id: Build and run tests
env: ['DEBIAN_FRONTEND=noninteractive', 'REACT_APP_EFFEKT_API_URL=https://dev.data.gieffektivt.no']
args:
[ 'bash',
'./ci-test.sh'
]
- name: 'gcr.io/cloud-builders/npm'
args: ['install']
- name: 'gcr.io/cloud-builders/npm'
Expand Down

0 comments on commit e8f8d24

Please sign in to comment.