Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
3c3664e9
Unverified
Commit
3c3664e9
authored
Jul 02, 2021
by
ardnew
Committed by
GitHub
Jul 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
task: sanitize git log when building COMMIT variable (#1344)
parent
1b055e5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Taskfile.yml
Taskfile.yml
+1
-1
No files found.
Taskfile.yml
View file @
3c3664e9
...
...
@@ -224,7 +224,7 @@ vars:
sh
:
echo `go list ./... | grep -v legacy | tr '\n' ' '`
# build vars
COMMIT
:
sh
:
echo "$(git log -n 1 --format=%h)"
sh
:
echo "$(git log -
-no-show-signature -
n 1 --format=%h)"
TIMESTAMP
:
sh
:
echo "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
TIMESTAMP_SHORT
:
...
...
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