-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dacc015
commit 537ebc3
Showing
259 changed files
with
16,320 additions
and
6,673 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,9 @@ include: | |
- npm install [email protected] --no-optional | ||
- echo "**** Using mocha 5.2.0 ****" | ||
- elif [[ "$ver" == "v6." ]]; then | ||
# workaround for npm upgrade, otherwise it missing basic modules | ||
- npm i -g npm3 && npm3 -g uninstall npm | ||
- npm3 i -g [email protected] | ||
- npm run install-test | ||
- npm install [email protected] --no-optional | ||
- echo "**** Using mocha 6.2.2 ****" | ||
|
@@ -199,7 +202,8 @@ npm_audit: | |
- apt-get install -y jq | ||
# install node modules | ||
- *install_unittest_packages_cmd | ||
- npm list --json | ||
# npm list - ignore errors, interested in audit errors only | ||
- npm list --json || echo "" | ||
# npm audit - install includes audit, but perform specific check and fail if needed | ||
- audit_report=$(npm audit --json) || echo "" | ||
- echo "$audit_report" | ||
|
@@ -220,12 +224,11 @@ coverage: | |
- coverage | ||
|
||
build_rpm: | ||
image: ${ARTIFACTORY_DOCKER_HUB}/f5devcentral/containthedocs:rpmbuild | ||
image: ${ARTIFACTORY_DOCKER_HUB}/node:12 | ||
stage: build | ||
script: | ||
- echo 'CI BUILD' | ||
# build RPM | ||
- npm install --global [email protected] | ||
- apt-get update && apt-get install -y rpm --no-install-recommends | ||
- npm run build | ||
tags: | ||
- cm-official-docker-executor | ||
|
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
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
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
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
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
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
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
Oops, something went wrong.