Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #427 from 18F/deprecated-update
Browse files Browse the repository at this point in the history
Attempt to publish deprecated dashboard
  • Loading branch information
jcscottiii committed Jul 6, 2016
2 parents 754c6ad + e27a810 commit 97cd0ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -42,8 +41,7 @@ deploy:
script: deploy/travis_deploy.sh
on:
branch:
- master
- production
- deprecated
env:
global:
- CF_API=https://api.cloud.gov
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion static/app/views/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
<div class="jumbotron text-center">
<h3>Welcome to CG-Deck</h3>
<p>Pick an organization to get started</p>
<p>We've released a new version of the Deck! Switch over to the new <a href="https://dashboard.cloud.gov/">Dashboard</a> and read the <a href="https://cloud.gov/updates/">update about what's new and different</a>. 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 <a href="https://18f.slack.com/messages/cloud-gov-liberator/">#cloud-gov-liberator</a> if you have questions or if that would cause problems for you.</p>
</div>
</div>

0 comments on commit 97cd0ba

Please sign in to comment.