-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Release to master-stable (#1833)"
This reverts commit c8e765b.
- Loading branch information
Showing
66 changed files
with
395 additions
and
5,552 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 |
---|---|---|
@@ -1,25 +1,22 @@ | ||
language: node_js | ||
sudo: required | ||
notifications: | ||
email: false | ||
node_js: | ||
- "16" | ||
- '16' | ||
install: | ||
- npm ci | ||
jobs: | ||
include: | ||
- stage: Lint | ||
script: npm run build && npm run lint | ||
- stage: Test | ||
script: npm run test && npm run test:ct | ||
after_success: npm run coverage | ||
- stage: Deploy | ||
if: (fork = false) AND (branch IN (master, master-stable, prod-beta, prod-stable)) | ||
script: npm run build && curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s | ||
- stage: Tag | ||
if: (fork = false) AND (branch = master) | ||
script: npx semantic-release | ||
- stage: Lint, tests | ||
script: npm run verify && npm run test:ct && npm run coverage | ||
- stage: Release tag | ||
if: fork = false | ||
script: npx semantic-release | ||
after_success: | ||
- curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s | ||
env: | ||
global: | ||
global: | ||
- REPO="[email protected]:RedHatInsights/insights-inventory-frontend-build" | ||
- REPO_DIR="insights-inventory-frontend-build" | ||
- BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} | ||
- BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} |
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
37 changes: 0 additions & 37 deletions
37
cypress/fixtures/groups/Ba8B79ab5adC8E41e255D5f8aDb8f1F3.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.