mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-03 09:58:13 +01:00
chore(bash): move all scripts into src/bash
That way, they are more official than hidden scripts dumped in the project root. [skip ci]
This commit is contained in:
2
Makefile
2
Makefile
@@ -82,7 +82,7 @@ license: LICENSE.md
|
||||
wheezy-build:
|
||||
@-rm -Rf WHEEZY_BUILD_OUTPUT
|
||||
@mkdir -p $(WHEEZY_BUILD_OUTPUT)
|
||||
docker run -v $(PWD):/source -v $(PWD)/$(WHEEZY_BUILD_OUTPUT):/build-result $(WHEEZY_IMAGE) /source/.docker-build-cli.sh
|
||||
docker run -v $(PWD):/source -v $(PWD)/$(WHEEZY_BUILD_OUTPUT):/build-result $(WHEEZY_IMAGE) /source/src/bash/docker-build-cli.bash
|
||||
|
||||
regen-apis: | clean-all-api clean-all-cli gen-all-api gen-all-cli license
|
||||
|
||||
|
||||
0
.linux-deployment-to-downloads.sh → src/bash/linux-deployment-to-downloads.bash
Normal file → Executable file
0
.linux-deployment-to-downloads.sh → src/bash/linux-deployment-to-downloads.bash
Normal file → Executable file
Reference in New Issue
Block a user