Skip to content

Commit

Permalink
[DUOS-2979] Remove git-secrets from getting started docs (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Mar 12, 2024
1 parent b131d5a commit e77c671
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ gcloud auth login
gcloud auth application-default login
gcloud auth configure-docker
# ensure that git-secrets patterns are installed
git clone https://github.com/broadinstitute/dsp-appsec-gitsecrets-client.git
./dsp-appsec-gitsecrets-client/gitsecrets.sh
# install the appropriate version of nodejs and its dependencies
NODE_VERSION=$(curl -L https://raw.githubusercontent.com/DataBiosphere/duos-ui/develop/Dockerfile | awk 'NR==2 {gsub(":","@",$2); print $2}')
volta setup && volta install ${NODE_VERSION}
Expand Down

0 comments on commit e77c671

Please sign in to comment.