Skip to content
Permalink
test-on-arm
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
kind: pipeline
name: greeting
platform:
os: linux
arch: arm
steps:
- name: uname
image: alpine
commands:
- uname -a
- name: en
image: alpine
commands:
- echo hello
- echo world
- name: es
image: alpine
commands:
- echo hola
- echo mundo
- name: fr
image: alpine
commands:
- echo bonjour
- echo monde