Skip to content

Commit

Permalink
develop add'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitworkflows committed Feb 14, 2024
1 parent d9247a9 commit 7dac274
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
- cimnine
- tobiasge
- khulnasoft
- khulnasoft-lab
- nxpkg
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
Expand Down
10 changes: 5 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ ${0} develop-2.7
This will fetch the 'develop-2.7' branch, build a Docker Image and tag it
'khulnasoft/netpoint:develop-2.7'.
SRC_ORG=cimnine ${0} feature-x
This will fetch the 'feature-x' branch from https://github.com/cimnine/netpoint.git,
SRC_ORG=khulnasoft ${0} feature-x
This will fetch the 'feature-x' branch from https://github.com/khulnasoft/netpoint.git,
build a Docker Image and tag it 'khulnasoft/netpoint:feature-x'.
SRC_ORG=cimnine DOCKER_ORG=cimnine ${0} feature-x
This will fetch the 'feature-x' branch from https://github.com/cimnine/netpoint.git,
build a Docker Image and tag it 'cimnine/netpoint:feature-x'.
SRC_ORG=khulnasoft DOCKER_ORG=khulnasoft ${0} feature-x
This will fetch the 'feature-x' branch from https://github.com/khulnasoft/netpoint.git,
build a Docker Image and tag it 'khulnasoft/netpoint:feature-x'.
END_OF_HELP

if [ "${1}x" == "x" ]; then
Expand Down

0 comments on commit 7dac274

Please sign in to comment.