One more ACS -> DSM substitution in hidden directory.

This commit is contained in:
2024-05-22 11:57:54 -05:00
parent 417802a9b4
commit a2d7256948

View File

@@ -24,7 +24,7 @@ def sanity_check(filename):
print("{}End of {}{}".format(ANSI_BLUE, filename, ANSI_RESET)) print("{}End of {}{}".format(ANSI_BLUE, filename, ANSI_RESET))
# Add the path to the driver module to the RELEASE.local file, since it is needed by the example IOC # Add the path to the driver module to the RELEASE.local file, since it is needed by the example IOC
update_release_local('MOTOR_ACS', os.getenv('TRAVIS_BUILD_DIR')) update_release_local('MOTOR_DSM', os.getenv('TRAVIS_BUILD_DIR'))
# Copy the travis RELEASE.local to the configure dir # Copy the travis RELEASE.local to the configure dir
filename = "configure/RELEASE.local" filename = "configure/RELEASE.local"