.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles 2020-07-28 18:35:37 +01:00
parent 5aa7994e53
commit 0e93a886bd
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ local images = {
script +: [
'echo "export %(environment)s=\'$${%(environment)s}\'" >> %(file)s # "%(secret)s"' % {
environment: util.environment(s),
file: thisfile,
file: 'thisfile',
secret: util.secret(s),
},
"export D=${DRONE_COMMIT}",