diff --git a/.travis.yml b/.travis.yml index ecdb0b81..ec87ccac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,7 @@ script: - go test ./... branches: only: - - master - - production + - deprecated before_deploy: - export BUILD_INFO=build-$TRAVIS_BRANCH-$(date -u "+%Y-%m-%d-%H-%M-%S")-$TRAVIS_BUILD_NUMBER # Extract any encrypted env vars and put them into the manifests/manifest-master.yml @@ -42,8 +41,7 @@ deploy: script: deploy/travis_deploy.sh on: branch: - - master - - production + - deprecated env: global: - CF_API=https://api.cloud.gov diff --git a/package.json b/package.json index 1df3e5b9..01f3afcf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tests", "version": "1.0.0", "description": "test suite", - "main": "null", + "main": "cloudgov dashboard", "scripts": { "codecov": "cat ./coverage/coverage-final.json | ./node_modules/codecov.io/bin/codecov.io.js", "postinstall": "./node_modules/bower/bin/bower install", diff --git a/static/app/views/dashboard.html b/static/app/views/dashboard.html index 792b32cf..a2147646 100644 --- a/static/app/views/dashboard.html +++ b/static/app/views/dashboard.html @@ -2,6 +2,5 @@

Welcome to CG-Deck

Pick an organization to get started

-

We've released a new version of the Deck! Switch over to the new Dashboard and read the update about what's new and different. We'll redirect this Deck to that new Dashboard on approximately July 11, so please let us know at cloud-gov-support@gsa.gov or #cloud-gov-liberator if you have questions or if that would cause problems for you.