mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-31 06:20:59 +00:00
Disable copying 404 page into github pages
This commit is contained in:
parent
36215036d4
commit
2a671be4e9
@ -27,7 +27,6 @@ after_script:
|
|||||||
- mkdir -p github-pages/${TRAVIS_BRANCH}
|
- mkdir -p github-pages/${TRAVIS_BRANCH}
|
||||||
- rsync -r --delete dist/ github-pages/${TRAVIS_BRANCH}
|
- rsync -r --delete dist/ github-pages/${TRAVIS_BRANCH}
|
||||||
- cd github-pages/${TRAVIS_BRANCH}
|
- cd github-pages/${TRAVIS_BRANCH}
|
||||||
- cp ../factory_404.html 404.html
|
|
||||||
- git config user.email "developers@gns3.net"
|
- git config user.email "developers@gns3.net"
|
||||||
- git config user.name "GNS3 Build"
|
- git config user.name "GNS3 Build"
|
||||||
- git add -A
|
- git add -A
|
||||||
|
Loading…
x
Reference in New Issue
Block a user