Skip to content

Commit

Permalink
Fixed CI config for second pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JWorthe committed Feb 17, 2021
1 parent 39a0482 commit d11a95b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
version: v1.0
name: Pipeline 2
name: Long-running Tests
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
containers:
- name: main
image: 'registry.semaphoreci.com/rust:1.49'
blocks:
- name: Integration tests
task:
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ blocks:
- cache store cargo $CARGO_HOME
promotions:
- name: Run Long-running Tests
pipeline_file: pipeline_2.yml
pipeline_file: long-running-tests.yml

0 comments on commit d11a95b

Please sign in to comment.