Skip to content

Commit 859aa55

Browse files
authored
Merge pull request #367 from INCF/chrisfilo-patch-8
Show web version as CircleCI artefact
2 parents 9d0d5d9 + a2be64f commit 859aa55

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

circle.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
machine:
22
node:
33
version: 6.11.0
4+
5+
general:
6+
artifacts:
7+
- "~/web_version"
48

59
test:
610
override:
@@ -13,7 +17,7 @@ test:
1317
- git checkout gh-pages
1418
- npm install
1519
- if [ -z ${CIRCLE_PR_USERNAME}]; then npm install ${CIRCLE_REPOSITORY_URL}.git\#${CIRCLE_SHA1}; else npm install git+https://[email protected]/${CIRCLE_PR_USERNAME}/${CIRCLE_PR_REPONAME}.git\#${CIRCLE_SHA1}; fi
16-
- gulp build
20+
- gulp build && rsync -av --exclude=".*" --exclude="node_modules" --exclude="src" --exclude="tests" . ~/web_version/
1721

1822
deployment:
1923
production:

0 commit comments

Comments
 (0)