Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Arm HPC Users Group
packages
Commits
0ed4dce6
Commit
0ed4dce6
authored
Aug 04, 2020
by
John C. Linford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix authentication.
parent
66ef3c10
Pipeline
#174220265
failed with stage
in 1 minute and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
0ed4dce6
...
...
@@ -10,7 +10,7 @@ build_package_categories:
-
cd packages.wiki
-
python3 ../package_categories.py
-
git status
-
git config user.email "
john.linford
@arm.com"
-
git config user.email "
geraint.north
@arm.com"
-
git config user.name "arm-hpc packages pipeline"
-
git config push.default simple
-
if git diff --exit-code; then echo "No changes to commit"; else git commit -am 'Pipeline updating summary pages'; git push; fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment