Skip to content
Sign up
Product
Features
Mobile
Actions
Codespaces
Copilot
Packages
Security
Code review
Issues
Discussions
Integrations
GitHub Sponsors
Customer stories
Team
Enterprise
Explore
Explore GitHub
Learn and contribute
Topics
Collections
Trending
Skills
GitHub Sponsors
Open source guides
Connect with others
The ReadME Project
Events
Community forum
GitHub Education
GitHub Stars program
Marketplace
Pricing
Plans
Compare plans
Contact Sales
Education
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this organization
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
apache
/
apisix-go-plugin-runner
Public
Notifications
Fork
37
Star
91
Code
Issues
10
Pull requests
1
Actions
Security
Insights
More
Code
Issues
Pull requests
Actions
Security
Insights
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix: addressed blank space of GITSHA populated (
#57
) (
#58
)
Loading branch information
ms2008
committed
Jan 7, 2022
1 parent
3dd0a16
commit
6bb1c4bd98ec374638af7ed02931e0efb2604044
Showing
1 changed file
with
1 addition
and
1 deletion
.
Split
Unified
There are no files selected for viewing
2
Makefile
Show comments
View file
Edit file
Delete file
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
Show hidden characters
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ default: help
VERSION
?= latest
RELEASE_SRC
= apisix-go-plugin-runner-${VERSION}-src
GITSHA
?=
$(
shell
git rev-parse --short=7 HEAD 2> /dev/null | echo '')
GITSHA
?=
$(
shell
git rev-parse --short=7 HEAD 2> /dev/null |
|
echo '')
OSNAME
?=
$(
shell
uname -s | tr A-Z a-z)
OSARCH
?=
$(
shell
uname -m | tr A-Z a-z)
PWD
?=
$(
shell
pwd)
Toggle all file notes
Toggle all file annotations
0 comments on commit
6bb1c4b
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.