8000 Update script to be copy/pasteable (#7312) · riteshverma/python-docs-samples@a7dd3e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7dd3e4

Browse files
authored
Update script to be copy/pasteable (GoogleCloudPlatform#7312)
## Description Fixes #<ISSUE-NUMBER> Note: It's a good idea to open an issue first for discussion. ## Checklist - [ ] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md) - [ ] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#readme-file) - [ ] **Tests** pass: `nox -s py-3.6` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#test-environment-setup)) - [ ] **Lint** pass: `nox -s lint` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#test-environment-setup)) - [ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones) - [ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones) - [ ] Please **merge** this PR for me once it is approved. - [ ] This sample adds a new sample directory, and I updated the [CODEOWNERS file](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/.github/CODEOWNERS) with the codeowners for this sample
1 parent 47fdfb7 commit a7dd3e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

run/filesystem/gcsfuse_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
# [START cloudrun_fuse_script]
16+
#!/usr/bin/env bash
1617
set -eo pipefail
1718

1819
# Create mount directory for service

run/filesystem/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
# [START cloudrun_fs_script]
16+
#!/usr/bin/env bash
1617
set -eo pipefail
1718

1819
# Create mount directory for service.

0 commit comments

Comments
 (0)
0