Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.

Draft of git action#11

Open
qcastel wants to merge 1 commit into
masterfrom
gitactions
Open

Draft of git action#11
qcastel wants to merge 1 commit into
masterfrom
gitactions

Conversation

@qcastel
Copy link
Copy Markdown
Contributor

@qcastel qcastel commented Nov 20, 2019

Here is what I did so far. Although no idea of how to test it now.

Going to wait you are back

@qcastel qcastel requested a review from benjefferies November 20, 2019 11:39
Comment thread src/release.sh
git config --global user.email "openbankbot@forgerock.com";
git config --global user.name "openbankbot";
# avoid the release loop by checking if the latest commit is a release commit
readonly local last_release_commit_hash=$(git log --author="$GIT_RELEASE_BOT_NAME" --pretty=format:"%H" -1)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I need to get the GIT repo first. Just don't know how I can do that.
I guess by mounting a folder in the docker instance?

@qcastel qcastel force-pushed the gitactions branch 6 times, most recently from 008be34 to c8149c2 Compare November 20, 2019 14:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants