Skip to content

Commit 1cc6b3a

Browse files
authored
Update run_peru.sh by removing secrets (#47)
1 parent c43ff88 commit 1cc6b3a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

L2HalMock/run_peru.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
#!/bin/bash
22

33
# Export your environment variables
4-
export GIT_USERNAME=akrish905_comcast
5-
export GIT_PASSWORD=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
6-
# Use envsubst to replace placeholders in peru.yaml
7-
export GERRIT_USERNAME=kdarma930
8-
export GERRIT_PASSWORD=5gDwn5jpTI9AKLsaZ9du6arlR1JMZqMXu26Ikynn1w
4+
95

106
echo "GIT_USERNAME: $GIT_USERNAME"
117
echo "GIT_PASSWORD: $GIT_PASSWORD"

0 commit comments

Comments
 (0)