Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
4c2cbe5b
Commit
4c2cbe5b
authored
Aug 09, 2020
by
Peter Parente
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug info for wiki push failure
parent
f1811928
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+3
-2
No files found.
Makefile
View file @
4c2cbe5b
...
@@ -87,12 +87,13 @@ git-commit: ## commit outstading git changes and push to remote
...
@@ -87,12 +87,13 @@ git-commit: ## commit outstading git changes and push to remote
@
git config
--global
user.name
"GitHub Actions"
@
git config
--global
user.name
"GitHub Actions"
@
git config
--global
user.email
"actions@users.noreply.github.com"
@
git config
--global
user.email
"actions@users.noreply.github.com"
@echo
"Publishing outstanding changes in $(LOCAL_PATH) to $(GITHUB_REPOSITORY)"
@cd
$(LOCAL_PATH)
&&
\
@cd
$(LOCAL_PATH)
&&
\
git remote add publisher https
:
//$(GITHUB_TOKEN)@github.com/$(GITHUB_REPOSITORY).git &&
\
git remote add publisher https
:
//$(GITHUB_TOKEN)@github.com/$(GITHUB_REPOSITORY).git &&
\
git checkout master &&
\
git checkout master &&
\
git add -A -- . &&
\
git add -A -- . &&
\
git commit -m "[ci skip] Automated publish for $(GITHUB_SHA)" || exit 0
&&
\
git commit -m "[ci skip] Automated publish for $(GITHUB_SHA)" || exit 0
git push -u publisher master
@
cd
$(LOCAL_PATH)
&&
git push
-u
publisher master
hook/%
:
export COMMIT_MSG?=$(shell git log -1 --pretty=%B)
hook/%
:
export COMMIT_MSG?=$(shell git log -1 --pretty=%B)
hook/%
:
export GITHUB_SHA?=$(shell git rev-parse HEAD)
hook/%
:
export GITHUB_SHA?=$(shell git rev-parse HEAD)
...
...
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