Skip to content

Commit

Permalink
fix image scripts test setup on gocd
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Apr 28, 2019
1 parent 0d28ad6 commit 6f76549
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions ci.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pipelines:
- test_images:
clean_workspace: true
jobs:
test_images:
linux:
elastic_profile_id: w.c1.m1024.e5
tasks:
- fetch:
Expand All @@ -99,23 +99,11 @@ pipelines:
is_file: yes
source: dojo_linux_amd64
destination: bin
- fetch:
stage: build_unit
job: build_unit
is_file: yes
source: dojo_darwin_amd64
destination: bin
- fetch:
stage: build_unit
job: build_unit
is_file: yes
source: dojo
destination: bin
- exec:
command: bash
arguments:
- -c
- chmod +x bin/dojo
- ./tasks symlink linux
- exec:
command: bash
arguments:
Expand Down

0 comments on commit 6f76549

Please sign in to comment.