Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当尝试在 gitlab-ci 秘密变量上使用具有包含美元符号的值的秘密变量时,它没有正确获得变量值。
解决方案设置美元符号两次,例如,如果你的变量值是123$567这样的:123$$567
123$567
123$$567