Skip to content

Commit

Permalink
Added to README.md and fixed typo in dev-tools.sh (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-malkoun authored May 9, 2019
1 parent 1a27925 commit 9c91f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,5 @@ To make a change:
4. Modify `dev-tools.sh` in that module and specify `GH_COMMIT` value of the commit from step 2.
5. Commit and make sure that the build passes.
6. If the build passes, merge the Dev Tools branch to `master` and make a release.
- NOTE: This must be a release in GitHub, see https://github.com/dpc-sdp/dev-tools/releases/new
7. Remove the temporary branch in `tide_*` module from Step 3.
2 changes: 1 addition & 1 deletion dev-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
# stable version.
#
# Uncomment and set the Dev-Tools's commit value and commit this change.
# export DRUPALDEV_COMMIT=COMMIT_SHA
# export GH_COMMIT=COMMIT_SHA

bash <(curl -L https://raw.githubusercontent.com/dpc-sdp/dev-tools/master/install?"$(date +%s)") "$@"

0 comments on commit 9c91f51

Please sign in to comment.