mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-18 14:58:15 +00:00
Disable copying 404 page into github pages
This commit is contained in:
@ -27,7 +27,6 @@ after_script:
|
||||
- mkdir -p github-pages/${TRAVIS_BRANCH}
|
||||
- rsync -r --delete dist/ 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.name "GNS3 Build"
|
||||
- git add -A
|
||||
|
Reference in New Issue
Block a user