Skip to content

Commit

Permalink
DROP ME: Testing CircleCI artifact permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
msheiny committed Oct 31, 2018
1 parent 1425c0f commit 082e89c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 31 deletions.
32 changes: 1 addition & 31 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,29 +120,6 @@ jobs:
steps:
- checkout

- run:
name: Rebase on-top of github target
command: ./devops/scripts/rebase-ci.sh

- run:
name: Start remote GCE instance
command: |
source devops/gce-nested/ci-env.sh
devops/gce-nested/gce-start.sh
- run:
name: Start Test process
command: |
source devops/gce-nested/ci-env.sh
devops/gce-nested/gce-runner.sh
- run:
name: Ensure environment torn down
command: |
source devops/gce-nested/ci-env.sh
devops/gce-nested/gce-stop.sh
when: always

- store_test_results:
path: ~/sd/junit

Expand All @@ -153,11 +130,4 @@ workflows:
version: 2
securedrop_ci:
jobs:
- lint
- tests
- admin-tests
- updater-gui-tests
- staging-test-with-rebase:
requires:
- lint
- updater-gui-tests
- staging-test-with-rebase
Loading

0 comments on commit 082e89c

Please sign in to comment.