Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hog
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hog
Hog
Commits
2db725ca
Commit
2db725ca
authored
5 months ago
by
dcieri
Browse files
Options
Downloads
Patches
Plain Diff
FEATURE: Remove last reference to WriteGitLabNote.sh script (using glab now)
parent
b9f84544
No related branches found
Branches containing commit
Tags
Hog2024.2-1
v8.15.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
YAML/hog-child.yml
+3
-2
3 additions, 2 deletions
YAML/hog-child.yml
with
3 additions
and
2 deletions
YAML/hog-child.yml
+
3
−
2
View file @
2db725ca
...
...
@@ -346,6 +346,7 @@ check-timing:
variables
:
GIT_STRATEGY
:
clone
script
:
-
glab auth login -t $HOG_PUSH_TOKEN -h $CI_SERVER_HOST
-
if [ -d $CI_PROJECT_DIR/bin ]; then
cd $CI_PROJECT_DIR/bin/;
else
...
...
@@ -366,8 +367,8 @@ check-timing:
-
cd ../
-
if [ "$FAILED_PRJS" != "" ]; then
echo "The following projects have failed timing:$FAILED_PRJS";
echo
"The following projects have failed timing:$FAILED_PRJS"
> mr_msg.md
;
./Hog/Other/WriteGitlabNote.sh $HOG_PUSH_TOKEN $CI_API_V4_URL $CI_PROJECT_ID
$CI_MERGE_REQUEST_IID mr_msg
.md
;
mr_msg=
"The following projects have failed timing:$FAILED_PRJS";
glab mr note
$CI_MERGE_REQUEST_IID
-m "$
mr_msg
"
;
exit 1;
else
echo "All projects met timing. All good!";
...
...
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
register
or
sign in
to comment