-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI/CD: Config and keep remote files (#988)
* Don't delete other files on remote machine Previous behavior removed all files, except those excluded, from the remote directory * Required for RedM natives update. * Central config file for both native and compatgen This allows us to easily change input and output file names throughout the whole native generation process.
- Loading branch information
1 parent
d85bb74
commit f1f7a7d
Showing
8 changed files
with
29 additions
and
16 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# default config values for our scripts. May be overriden in scripts, e.g.: manual workflow dispatch | ||
CONFIG_UPLOAD_COMPAT_FILE="natives_global_client_compat" | ||
CONFIG_UPLOAD_NATIVES_FILE="natives" | ||
CONFIG_COMPAT_FROM_DATE="2023-01-01" #YYYY-MM-DD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters