Skip to content

Commit 25c432e

Browse files
authored
M #-: Remove galaxy build & publish (#26)
1 parent 5e10bd9 commit 25c432e

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

Makefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,3 @@ requirements-python: $(SELF)/requirements.txt
3939

4040
requirements-galaxy: $(SELF)/requirements.yml
4141
ansible-galaxy collection install --requirements-file $<
42-
43-
.PHONY: build publish
44-
45-
build:
46-
ansible-galaxy collection build --force --verbose
47-
48-
publish: build
49-
shopt -qs failglob && \
50-
ansible-galaxy collection publish \
51-
"$$(ls -1 $(SELF)/opennebula-deploy-[0-9].[0-9].[0-9].tar.gz | sort --version-sort | tail -n1)" \
52-
--server="$$(cat $(SELF)/.galaxy-server)" \
53-
--token="$$(cat $(SELF)/.galaxy-key)"

galaxy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ issues: https://github.com/OpenNebula/one-deploy/issues
2525

2626
build_ignore:
2727
- .gitignore
28-
- .galaxy-key
29-
- .galaxy-server
28+
- .env.yml
3029
- inventory
3130
- ansible_collections

0 commit comments

Comments
 (0)