Skip to content

Commit

Permalink
Release new version of all packages, update custom release (RedHatIns…
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Sep 10, 2020
1 parent 3cf87a1 commit e11bfc4
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 45 deletions.
18 changes: 14 additions & 4 deletions .travis/custom_release.sh
Expand Up @@ -2,16 +2,26 @@
set -e
set -x

if [[ "${TRAVIS_BRANCH}" = "master" ]]; then
if [ "${TRAVIS_BRANCH}" = "master" ]
then
for env in ci qa
do
echo
echo
echo "PUSHING ${env}-beta"
rm -rf ./build/.git
rm -rf ./dist/.git
.travis/release.sh "${env}-beta"
done

elif [ "${TRAVIS_BRANCH}" = "master-stable" ]
then
for env in ci qa
do
echo "PUSHING ${env}-stable"
rm -rf ./dist/.git
.travis/release.sh "${env}-stable"
done

elif [[ "${TRAVIS_BRANCH}" = "prod-beta" || "${TRAVIS_BRANCH}" = "prod-stable" || "${TRAVIS_BRANCH}" = "qa-stable" || "${TRAVIS_BRANCH}" = "qa-beta" || "${TRAVIS_BRANCH}" = "ci-stable" ]]; then
echo "PUSHING ${TRAVIS_BRANCH}"
rm -rf ./build/.git
.travis/release.sh "${TRAVIS_BRANCH}"
fi
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -6,16 +6,16 @@
"@patternfly/react-core": "^4.47.0",
"@patternfly/react-icons": "^4.7.4",
"@patternfly/react-table": "4.16.7",
"@redhat-cloud-services/frontend-components": "2.4.3",
"@redhat-cloud-services/frontend-components-inventory-compliance": "2.2.1",
"@redhat-cloud-services/frontend-components": "2.4.4",
"@redhat-cloud-services/frontend-components-inventory-compliance": "2.2.4",
"@redhat-cloud-services/frontend-components-inventory-general-info": "2.2.1",
"@redhat-cloud-services/frontend-components-inventory-insights": "2.6.3",
"@redhat-cloud-services/frontend-components-inventory-patchman": "0.22.1",
"@redhat-cloud-services/frontend-components-inventory-vulnerabilities": "^1.45.3",
"@redhat-cloud-services/frontend-components-inventory-patchman": "0.24.0",
"@redhat-cloud-services/frontend-components-inventory-vulnerabilities": "^1.46.0",
"@redhat-cloud-services/frontend-components-notifications": "2.2.1",
"@redhat-cloud-services/frontend-components-remediations": "^2.2.2",
"@redhat-cloud-services/frontend-components-utilities": "2.2.1",
"@redhat-cloud-services/host-inventory-client": "1.0.64",
"@redhat-cloud-services/host-inventory-client": "1.0.72",
"classnames": "^2.2.6",
"graphql": "^15.0.0",
"marked": "^1.1.0",
Expand Down

0 comments on commit e11bfc4

Please sign in to comment.