File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,15 +39,3 @@ requirements-python: $(SELF)/requirements.txt
3939
4040requirements-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)"
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ issues: https://github.com/OpenNebula/one-deploy/issues
2525
2626build_ignore :
2727- .gitignore
28- - .galaxy-key
29- - .galaxy-server
28+ - .env.yml
3029- inventory
3130- ansible_collections
You can’t perform that action at this time.
0 commit comments