File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ phases:
15
15
install :
16
16
commands :
17
17
- 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
22
18
# should probably be managed as an extension/rule in any tests that need a screen available
23
19
- /usr/bin/Xvfb :22 -screen 0 1920x1080x24 &
24
20
Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ phases:
21
21
commands :
22
22
- dnf install -y marco mate-media e2fsprogs
23
23
- 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
29
24
- export PATH="$PATH:$HOME/.dotnet/tools"
30
25
- dotnet codeartifact-creds install
31
26
You can’t perform that action at this time.
0 commit comments