File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- language : python
1
+ language : python
2
2
python :
3
3
- " 2.7"
4
4
- " 3.4"
@@ -34,13 +34,12 @@ jobs:
34
34
merge_mode : replace
35
35
env : SDK=python
36
36
cache : false
37
- language : python
38
- install :
39
- - " pip install awscli"
37
+ language : minimal
38
+ install : skip
40
39
before_script :
41
- - " aws s3 cp s3://optimizely- travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh "
40
+ - mkdir $HOME/travisci-tools && pushd $HOME/ travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
42
41
script :
43
- - " ci /trigger_fullstack-sdk-compat.sh"
42
+ - " $HOME/travisci-tools/fsc-trigger /trigger_fullstack-sdk-compat.sh"
44
43
after_success : travis_terminate 0
45
44
- stage : ' Test'
46
45
dist : xenial
You can’t perform that action at this time.
0 commit comments