test lfs file

pull/273/head
Frostebite 2021-07-13 00:23:19 +01:00
parent f7ac83e176
commit ea084f7c12
5 changed files with 6 additions and 9 deletions

3
dist/index.js vendored
View File

@ -1008,8 +1008,7 @@ class AWSBuildEnvironment {
StackName: taskDefStackName, StackName: taskDefStackName,
}).promise()).StackResources; }).promise()).StackResources;
const baseResources = (yield CF.describeStackResources({ StackName: this.stackName }).promise()).StackResources; const baseResources = (yield CF.describeStackResources({ StackName: this.stackName }).promise()).StackResources;
// in the future we should offer a parameter to choose if you want the guarnteed shutdown. // TODO: offer a parameter to decide if you want the guarenteed shutdown or fastest startup time possible
core.info('Worker cluster created successfully (skipping wait for cleanup cluster to be ready)');
return { return {
taskDefStackName, taskDefStackName,
taskDefCloudFormation, taskDefCloudFormation,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,8 @@
#!/bin/sh #!/bin/sh
echo "Combining LFS hash files into one hash, this can be used to cache LFS files" echo "Combining LFS hash files into one hash, this can be used to cache LFS files"
git lfs ls-files -l
git lfs ls-files -l | cut -d' ' -f1
git lfs ls-files -l | cut -d' ' -f1 | sort
git lfs ls-files -l | cut -d' ' -f1 | sort > $1/.lfs-assets-id git lfs ls-files -l | cut -d' ' -f1 | sort > $1/.lfs-assets-id
echo ' ' echo ' '
ls $1
echo 'combined file:' echo 'combined file:'
cat $1/.lfs-assets-id cat $1/.lfs-assets-id
echo ' ' echo ' '

View File

@ -215,8 +215,7 @@ class AWSBuildEnvironment implements RemoteBuilderProviderInterface {
const baseResources = (await CF.describeStackResources({ StackName: this.stackName }).promise()).StackResources; const baseResources = (await CF.describeStackResources({ StackName: this.stackName }).promise()).StackResources;
// in the future we should offer a parameter to choose if you want the guarnteed shutdown. // TODO: offer a parameter to decide if you want the guarenteed shutdown or fastest startup time possible
core.info('Worker cluster created successfully (skipping wait for cleanup cluster to be ready)');
return { return {
taskDefStackName, taskDefStackName,

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a97c21c3b89f39590fe0dfa0cc22c51ccf8a76719736a898223a78ae8cd54871
size 16549