1
0
Fork 0

add directory

This commit is contained in:
Mikhail Goncharov 2020-06-18 11:54:28 +02:00
parent fb830daebe
commit 5205b53fbf
2 changed files with 2 additions and 0 deletions

View file

@ -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}',

View file

@ -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}',