Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Commits
98f80865
Commit
98f80865
authored
Mar 19, 2024
by
Ruben Backx
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-e2e-again' into 'development'
Fix using wrong url See merge request
!767
parents
8ec10eda
6368451d
No related branches found
No related tags found
2 merge requests
!774
Deploy
,
!767
Fix using wrong url
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/e2e.sh
+0
-1
0 additions, 1 deletion
scripts/e2e.sh
with
0 additions
and
1 deletion
scripts/e2e.sh
+
0
−
1
View file @
98f80865
#!/bin/bash
#!/bin/bash
export
URL
=
queue.ewi.tudelft.nl
printf
"%s"
"waiting for
${
URL
}
"
printf
"%s"
"waiting for
${
URL
}
"
while
!
ping
-c
1
-n
-w
1
${
URL
}
&> /dev/null
while
!
ping
-c
1
-n
-w
1
${
URL
}
&> /dev/null
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment