• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A lambda-based C++ unit-testing framework.


Commit MetaInfo

Revisãob9db340a6246490627d7fe8e0852f6c55573b338 (tree)
Hora2020-03-11 21:34:56
AutorKaz Nishimura <kazssym@linu...>
CommiterKaz Nishimura

Mensagem de Log

Rename a step

Mudança Sumário

Diff

diff -r 0315b95bbb4f -r b9db340a6246 azure-pipelines.yml
--- a/azure-pipelines.yml Wed Mar 11 14:10:42 2020 +0900
+++ b/azure-pipelines.yml Wed Mar 11 21:34:56 2020 +0900
@@ -21,12 +21,12 @@
2121 - group: gpg
2222 steps:
2323 - task: DownloadSecureFile@1
24- name: gpgKeys
24+ name: Keys
2525 inputs:
2626 secureFile: keys.asc
2727 - bash: |
2828 echo '$(gpg.passphrase)' | \
29- sh ./setupkeys.sh '$(gpgKeys.secureFilePath)'
29+ sh ./setupkeys.sh '$(Keys.secureFilePath)'
3030 displayName: Set up signing keys
3131 - bash: |
3232 sudo apt-get install -q --no-install-recommends \