Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Update github-config to 913f1bd
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot authored and paketo-bot committed Jan 16, 2021
1 parent d385f5f commit 669c586
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scripts/integration.sh
Expand Up @@ -18,6 +18,11 @@ source "${PROGDIR}/.util/git.sh"
function main() {
while [[ "${#}" != 0 ]]; do
case "${1}" in
--use-token|-t)
shift 1
token::fetch
;;

--help|-h)
shift 1
usage
Expand All @@ -40,7 +45,6 @@ function main() {

tools::install
images::pull
token::fetch
tests::run
}

Expand All @@ -51,7 +55,8 @@ integration.sh [OPTIONS]
Runs the integration test suite.
OPTIONS
--help -h prints the command usage
--help -h prints the command usage
--use-token -t use GIT_TOKEN from lastpass
USAGE
}

Expand Down

0 comments on commit 669c586

Please sign in to comment.