File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
build :
2
- image : brettbj/continuous_analysis_brainarray_v18
2
+ image : brettbj/continuous_analysis_brainarray_v19
3
3
commands :
4
4
- git status
5
5
- tar -xvf /data/GSE47664_RAW.tar
@@ -16,12 +16,12 @@ build:
16
16
- git remote set-url origin https://github.com/greenelab/continuous_analysis_brainarray.git
17
17
18
18
- git checkout master
19
+ - git add results
20
+ - git commit -a -m "Drone Build [skip ci] [ci skip]"
19
21
-
git remote set-url origin https://brettbj:[email protected] /greenelab/continuous_analysis_brainarray.git
20
22
- git fetch
21
23
- git branch --set-upstream-to=origin/master master
22
- - git pull
23
- - git add results
24
- - git commit -a -m "Drone Build [skip ci] [ci skip]"
24
+ - git pull -s recursive -X theirs
25
25
- git push
26
26
27
27
branches :
You can’t perform that action at this time.
0 commit comments