Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Intersmash/intersmash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3a4577b15f782543b51d558ba67059fad9bbb861
Choose a base ref
..
head repository: Intersmash/intersmash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: db3a4db7659ce2cccfc4ae6c49e1045e993a5bf1
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .ci/openshift-ci/build-root/e2e-test.sh
2 changes: 1 addition & 1 deletion .ci/openshift-ci/build-root/e2e-test.sh
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ export TEST_USER_USERNAME=tuser
export TEST_USER_PASSWORD=userpwd

export HTPASSWD_FILE=users.htpasswd
htpasswd -b $HTPASSWD_FILE $TEST_ADMIN_USERNAME $TEST_ADMIN_PASSWORD
htpasswd -c -B -b $HTPASSWD_FILE $TEST_ADMIN_USERNAME $TEST_ADMIN_PASSWORD
htpasswd -b $HTPASSWD_FILE $TEST_USER_USERNAME $TEST_USER_PASSWORD
cat $HTPASSWD_FILE
oc create secret generic htpass-secret-2 --from-file=$HTPASSWD_FILE -n openshift-config