add directory
This commit is contained in:
parent
fb830daebe
commit
5205b53fbf
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ if __name__ == '__main__':
|
|||
'label': ':linux: build and test linux',
|
||||
'key': 'linux',
|
||||
'commands': [
|
||||
'mkdir -p artifacts',
|
||||
'dpkg -l >> artifacts/packages.txt',
|
||||
'export SRC=${BUILDKITE_BUILD_PATH}/llvm-premerge-checks',
|
||||
'rm -rf ${SRC}',
|
||||
|
|
|
@ -25,6 +25,7 @@ if __name__ == '__main__':
|
|||
'label': ':linux: build and test linux',
|
||||
'key': 'linux',
|
||||
'commands': [
|
||||
'mkdir -p artifacts',
|
||||
'dpkg -l >> artifacts/packages.txt',
|
||||
'export SRC=${BUILDKITE_BUILD_PATH}/llvm-premerge-checks',
|
||||
'rm -rf ${SRC}',
|
||||
|
|
Loading…
Reference in a new issue