Skip to content

Commit 8a013c5

Browse files
Attempt 9
1 parent cb31674 commit 8a013c5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Jenkinsfile

+5-3
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def CheckNightlyTag(githubToken, repoOwner, repoName, expectedHash)
3333
bash """
3434
if ! command -v jq &> /dev/null; then
3535
echo "Installing jq..."
36-
sudo apt-get update
37-
sudo apt-get install -y jq
36+
apt-get update
37+
apt-get install -y jq
3838
fi
3939
"""
4040

@@ -286,7 +286,7 @@ pipeline
286286

287287
//NOTE: We use Debug builds for now even for release.
288288
}
289-
289+
/*
290290
stage('Test')
291291
{
292292
parallel
@@ -404,6 +404,8 @@ pipeline
404404
}
405405
}
406406
407+
*/
408+
407409
stage('GitHub Operations')
408410
{
409411
agent { label 'linux' }

0 commit comments

Comments
 (0)