Skip to content

Commit ef33762

Browse files
CodeGataccess-bot
andauthored
Update To .manifest.yaml (#18)
* remote-copy.yml: Use `.manifest.yaml` filename * .gitignore: Do not ignore .manifest.yaml * Rename all `manifest.yaml` to `.manifest.yaml` --------- Co-authored-by: access-bot <[email protected]>
1 parent b228e70 commit ef33762

File tree

132 files changed

+2
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+2
-1
lines changed

.github/workflows/remote-copy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
env:
231231
REMOTE_MANIFEST_FILE_LIST_PATH: ${{ vars.REMOTE_TMP_DIR }}/remote-copy-manifests-${{ github.run_id }}.log
232232
LOCAL_MANIFEST_FILE_LIST_PATH: ./manifests-copied.log
233-
MANIFEST_FILE_NAME: manifest.yaml
233+
MANIFEST_FILE_NAME: .manifest.yaml
234234
# Generate manifests for files copied over in the earlier rsync job.
235235
# Similar to the copy step, we generate a list of manifest paths created on the remote,
236236
# then copy that to the runner locally so we can set it as output.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
!*/
55
# And allow the leaf manifest.yamls
66
!manifest.yaml
7+
!.manifest.yaml
78
# and the .gitignore
89
!.gitignore
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)