Skip to content

Commit

Permalink
Resolve a conflict (#9065)
Browse files Browse the repository at this point in the history
(cherry picked from commit ec2f918)

# Conflicts:
#	.github/workflows/check-build-system-equivalence.yaml
  • Loading branch information
michaelklishin authored and mergify[bot] committed Aug 14, 2023
1 parent 06e31ee commit 1237e8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-build-system-equivalence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ on:
required: true
default: "3.13.0"
env:
<<<<<<< HEAD
<<<<<<< HEAD
erlang_version: 25.3
elixir_version: 1.15
Expand All @@ -42,6 +43,11 @@ env:
VERSION: ${{ inputs.project_version || github.event.inputs.project_version }}
>>>>>>> 66a887bc6a (Run bazel/make equivalence checks on all release branches)
>>>>>>> c5bc4ef5e6 (Run bazel/make equivalence checks on all release branches)
=======
erlang_version: ${{ inputs.erlang_version || github.event.inputs.erlang_version }}
elixir_version: ${{ inputs.elixir_version || github.event.inputs.elixir_version }}
VERSION: ${{ inputs.project_version || github.event.inputs.project_version }}
>>>>>>> ec2f91821e (Resolve a conflict (#9065))
PLUGINS: amqp10_common amqp10_client rabbitmq_amqp1_0 rabbitmq_auth_backend_cache rabbitmq_auth_backend_http rabbitmq_auth_backend_ldap rabbitmq_auth_backend_oauth2 rabbitmq_auth_mechanism_ssl rabbitmq_consistent_hash_exchange rabbitmq_event_exchange rabbitmq_federation rabbitmq_jms_topic_exchange rabbitmq_mqtt rabbitmq_random_exchange rabbitmq_recent_history_exchange rabbitmq_sharding rabbitmq_shovel rabbitmq_stomp rabbitmq_stream rabbitmq_trust_store rabbitmq_web_dispatch rabbitmq_management_agent rabbitmq_management rabbitmq_prometheus rabbitmq_federation_management rabbitmq_shovel_management rabbitmq_stream_management rabbitmq_top rabbitmq_tracing rabbitmq_web_mqtt rabbitmq_web_mqtt_examples rabbitmq_web_stomp rabbitmq_web_stomp_examples rabbitmq_aws rabbitmq_peer_discovery_common rabbitmq_peer_discovery_aws rabbitmq_peer_discovery_k8s rabbitmq_peer_discovery_consul rabbitmq_peer_discovery_etcd
EXTRA_PLUGINS: accept amqp_client aten base64url cowboy cowlib credentials_obfuscation cuttlefish eetcd enough gen_batch_server getopt gun jose observer_cli osiris prometheus quantile_estimator ra ranch recon redbug seshat stdout_formatter syslog sysmon_handler systemd thoas
jobs:
Expand Down

0 comments on commit 1237e8b

Please sign in to comment.