Skip to content

Commit 628129d

Browse files
authored
revert back the original
1 parent b788e75 commit 628129d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ script:
1414
- make changelog
1515
- make policies
1616
- make -j$(nproc) travis-dist
17-
- mkdir -p out/dist-deploy/travis/${TRAVIS_BRANCH}
18-
- mkdir -p out/dist-deploy/cdn
19-
- cp -R out/dist-bin/* out/dist-deploy/travis/${TRAVIS_BRANCH}
20-
- cp -R out/dist/dist/* out/dist-deploy/cdn
2117

2218
deploy:
2319
on:
@@ -27,7 +23,7 @@ deploy:
2723
bucket: "compiler-explorer"
2824
skip_cleanup: true
2925
acl: public_read
30-
local_dir: out/dist-deploy
31-
upload-dir: dist
26+
local_dir: out/dist-bin
27+
upload-dir: dist/travis/${TRAVIS_BRANCH}
3228

3329
after_success: npm run codecov

0 commit comments

Comments
 (0)