Skip to content

Commit fc782b9

Browse files
committed
v19 differential expression
1 parent bec09e4 commit fc782b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
image: brettbj/continuous_analysis_brainarray_v18
2+
image: brettbj/continuous_analysis_brainarray_v19
33
commands:
44
- git status
55
- tar -xvf /data/GSE47664_RAW.tar
@@ -16,12 +16,12 @@ build:
1616
- git remote set-url origin https://github.com/greenelab/continuous_analysis_brainarray.git
1717

1818
- git checkout master
19+
- git add results
20+
- git commit -a -m "Drone Build [skip ci] [ci skip]"
1921
- git remote set-url origin https://brettbj:[email protected]/greenelab/continuous_analysis_brainarray.git
2022
- git fetch
2123
- 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
2525
- git push
2626

2727
branches:

0 commit comments

Comments
 (0)