Skip to content

Commit

Permalink
switched back to offcial image
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Dec 18, 2023
1 parent 184429b commit 13e50ae
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ccloud/connect-centralized-license/servicenow-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
# this is github actions
set +e
log "Waking up servicenow instance..."
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" vdesabou/servicenowinstancewakeup:latest
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" ghcr.io/0x111/servicenow-instance-wakeup:latest
set -e
wait_for_end_of_hibernation
fi
Expand Down
2 changes: 1 addition & 1 deletion ccloud/connect-servicenow-sink/servicenow-sink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
# this is github actions
set +e
log "Waking up servicenow instance..."
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" vdesabou/servicenowinstancewakeup:latest
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" ghcr.io/0x111/servicenow-instance-wakeup:latest
set -e
wait_for_end_of_hibernation
fi
Expand Down
2 changes: 1 addition & 1 deletion ccloud/connect-servicenow-source/servicenow-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
# this is github actions
set +e
log "Waking up servicenow instance..."
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" vdesabou/servicenowinstancewakeup:latest
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" ghcr.io/0x111/servicenow-instance-wakeup:latest
set -e
wait_for_end_of_hibernation
fi
Expand Down
2 changes: 1 addition & 1 deletion connect/connect-servicenow-sink/servicenow-sink-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
# this is github actions
set +e
log "Waking up servicenow instance..."
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" vdesabou/servicenowinstancewakeup:latest
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" ghcr.io/0x111/servicenow-instance-wakeup:latest
set -e
wait_for_end_of_hibernation
fi
Expand Down
2 changes: 1 addition & 1 deletion connect/connect-servicenow-sink/servicenow-sink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
# this is github actions
set +e
log "Waking up servicenow instance..."
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" vdesabou/servicenowinstancewakeup:latest
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" ghcr.io/0x111/servicenow-instance-wakeup:latest
set -e
wait_for_end_of_hibernation
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
# this is github actions
set +e
log "Waking up servicenow instance..."
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" vdesabou/servicenowinstancewakeup:latest
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" ghcr.io/0x111/servicenow-instance-wakeup:latest
set -e
wait_for_end_of_hibernation
fi
Expand Down
2 changes: 1 addition & 1 deletion connect/connect-servicenow-source/servicenow-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
# this is github actions
set +e
log "Waking up servicenow instance..."
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" vdesabou/servicenowinstancewakeup:latest
docker run -e USERNAME="$SERVICENOW_DEVELOPER_USERNAME" -e PASSWORD="$SERVICENOW_DEVELOPER_PASSWORD" ghcr.io/0x111/servicenow-instance-wakeup:latest
set -e
wait_for_end_of_hibernation
fi
Expand Down
2 changes: 1 addition & 1 deletion reproduction-models

0 comments on commit 13e50ae

Please sign in to comment.