-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix git access token not being sent in header (#8)
* 💡 Remove redundant comment * ♻️ Optimize checks for unequal jar names * ♻️ Refactor json string property getting Consolidates a lot of repeated checks when accessing json object strings into a local method of its own * 👷 Change run task's working directory Change run tasks' working directory from project directory to <build_directory>/test-project * 🔒️ Fix git authorization not being sent in header Git only accepts auth tokens passed in the header * Fix exception message
- Loading branch information
1 parent
3cac268
commit cdad0fa
Showing
2 changed files
with
41 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters