Skip to content

Commit

Permalink
chore(CI): Remove deploy step from Travis (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat authored Jan 2, 2024
1 parent f4adb82 commit 8cf1e21
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:
script: npm run lint
- stage: Test
script: npm run test:jest:cache && npm run test:ct && npm run coverage
- stage: Deploy
script: npm run travis:build && curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s

env:
global:
- REPO="[email protected]:RedHatInsights/vulnerability-ui-build"
- REPO_DIR="vulnerability-ui-build"
- BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}
16 changes: 0 additions & 16 deletions .travis/custom_release.sh

This file was deleted.

Binary file removed .travis/deploy_key.enc
Binary file not shown.

0 comments on commit 8cf1e21

Please sign in to comment.