This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
script: | |
- mvn clean package | |
sudo: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
script: | |
- mvn clean package -Dmaven.test.skip=true | |
sudo: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_script: | |
- rm -rf cmsdal/ | |
- git clone [email protected]:oneops/cmsdal.git | |
- cd cmsdal mvn clean package | |
sudo: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------------------------------------------------------------------------------------------------------------------- | |
# Site customization | |
# ---------------------------------------------------------------------------------------------------------------------- | |
# Any variable here is referenced in layouts/pages as {{site.XXX}} so something like {{site.googleId}} | |
# ---------------------------------------------------------------------------------------------------------------------- | |
id: walmart | |
name: Walmart | |
domain: devtools.walmart.com | |
url: http://devtools.walmart.com |