fix echo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tqcq 2023-11-17 16:19:57 +08:00
parent 482372dbe2
commit c1101575f5

View File

@ -32,7 +32,7 @@ steps:
- export BUILD_TYPE={{.}}
- export BUILD_DIR=build-{{$image_name}}-{{.}}
- echo $BUILD_TYPE
- echo $CURRENT_BUILD_DIR
- echo $BUILD_DIR
{{ range $before_commands }}
- {{ . }}