this 구조 다음에 YAML 파일을 쓰고 있습니다.YAML 파일 내부에서 유닉스 명령을 실행할 수 있습니까?
내 정확한 코드는 이것이다 :
# This is an appspec.yml template file for use with AWS CodeDeploy.
# The lines in this template starting with the hashtag symbol are
# instructional comments and can be safely left in the file or
# ignored.
# For help completing this file, see the "AppSpec File Reference" in the
# "AWS CodeDeploy User Guide" at
# http://docs.aws.amazon.com/codedeploy/latest/userguide/app-spec-ref.html
version: 0.0
# Specify "os: linux" if this revision targets Amazon Linux,
# Red Hat Enterprise Linux (RHEL), or Ubuntu Server
# instances.
# Specify "os: windows" if this revision targets Windows Server instances.
# (You cannot specify both "os: linux" and "os: windows".)
os: linux
hooks:
AfterInstall:
- location: StartUIServices.sh
timeout: 180
runas: root
문제 난에 하나 cd
인 유닉스 명령을 실행해야 할 또 다른 디렉토리 또는 위치 스크립트가되기 전에 (종료 유닉스 라인에 파일을 변환) sed -i 's/\r$//' file1*
도망 갔다. 그렇게하려면 어떻게해야합니까?