File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ phases:
1515 install :
1616 commands :
1717 - startDocker.sh
18- # login to DockerHub so we don't get throttled
19- - export DOCKER_USERNAME=`echo $DOCKER_HUB_TOKEN | jq -r '.username'`
20- - export DOCKER_PASSWORD=`echo $DOCKER_HUB_TOKEN | jq -r '.password'`
21- - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD || true
2218 # should probably be managed as an extension/rule in any tests that need a screen available
2319 - /usr/bin/Xvfb :22 -screen 0 1920x1080x24 &
2420
Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ phases:
2121 commands :
2222 - dnf install -y marco mate-media e2fsprogs
2323 - startDesktop.sh
24-
25- # login to DockerHub so we don't get throttled
26- - export DOCKER_USERNAME=`echo $DOCKER_HUB_TOKEN | jq -r '.username'`
27- - export DOCKER_PASSWORD=`echo $DOCKER_HUB_TOKEN | jq -r '.password'`
28- - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD || true
2924 - export PATH="$PATH:$HOME/.dotnet/tools"
3025 - dotnet codeartifact-creds install
3126
You can’t perform that action at this time.
0 commit comments